scandoc-ai-components 0.0.40 → 0.0.41
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 +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11234,7 +11234,8 @@ class ExtractorVideo {
|
|
|
11234
11234
|
if (images.length >= ExtractorVideo.VALIDATION_BATCH_SIZE) {
|
|
11235
11235
|
const [isValidationOk, response] = await (0,_requests_validation__WEBPACK_IMPORTED_MODULE_3__["default"])(images.map(e => e["validationImg"]), this.pastBlurValues, {});
|
|
11236
11236
|
if (isValidationOk) {
|
|
11237
|
-
|
|
11237
|
+
console.log('validation is ok');
|
|
11238
|
+
console.log(response);
|
|
11238
11239
|
this.showMessage(response["Info"]);
|
|
11239
11240
|
//
|
|
11240
11241
|
if ("DetectedBlurValue" in response) {
|