scandoc-ai-components 0.0.87 → 0.0.88

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -11246,6 +11246,7 @@ class ExtractorVideo {
11246
11246
  const images = [...this.candidateImages];
11247
11247
  if (images.length < ExtractorVideo.VALIDATION_BATCH_SIZE) return;
11248
11248
  const [isValidationOk, response] = await (0,_requests_validation__WEBPACK_IMPORTED_MODULE_3__["default"])(images.map(e => e.validationImg), this.pastBlurValues, {});
11249
+ console.log("Validation Response:", response);
11249
11250
  if (!isValidationOk) {
11250
11251
  this.candidateImages = [];
11251
11252
  return;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "scandoc-ai-components",
3
3
  "author": "ScanDoc-AI",
4
- "version": "0.0.87",
4
+ "version": "0.0.88",
5
5
  "private": false,
6
6
  "description": "Pure JavaScript package for integrating ScanDoc-AI services.",
7
7
  "keywords": [