scandoc-ai-components 0.0.88 → 0.0.89
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.
- package/dist/index.js +0 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11246,11 +11246,6 @@ 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);
|
|
11250
|
-
if (!isValidationOk) {
|
|
11251
|
-
this.candidateImages = [];
|
|
11252
|
-
return;
|
|
11253
|
-
}
|
|
11254
11249
|
if (!isValidationOk) {
|
|
11255
11250
|
const isDocUnsupported = response?.InfoCode === "1006";
|
|
11256
11251
|
const transactionId = response?.TransactionID;
|