scandoc-ai-components 0.0.27 → 0.0.28
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 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11262,14 +11262,6 @@ class ExtractorVideo {
|
|
|
11262
11262
|
this.onExtraction(isExtractionOk, extractionData);
|
|
11263
11263
|
return;
|
|
11264
11264
|
}
|
|
11265
|
-
} else {
|
|
11266
|
-
this.candidateImages = [];
|
|
11267
|
-
this.stopVideo();
|
|
11268
|
-
this.onExtractedResults({
|
|
11269
|
-
success: false,
|
|
11270
|
-
code: "VALIDATION_FAILED",
|
|
11271
|
-
info: "Validation of document image failed."
|
|
11272
|
-
});
|
|
11273
11265
|
}
|
|
11274
11266
|
this.candidateImages = [];
|
|
11275
11267
|
}
|