scandoc-ai-components 0.0.45 → 0.0.46
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 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11281,7 +11281,6 @@ class ExtractorVideo {
|
|
|
11281
11281
|
}
|
|
11282
11282
|
if (Object.keys(extractionImages).length === 2) {
|
|
11283
11283
|
this.showMessage("Validation successful");
|
|
11284
|
-
alert("Sending document to analysis");
|
|
11285
11284
|
const [isExtractionOk, extractionData] = await (0,_requests_extraction__WEBPACK_IMPORTED_MODULE_2__["default"])(extractionImages["FRONT"], extractionImages["BACK"], {
|
|
11286
11285
|
IgnoreBackImage: false
|
|
11287
11286
|
});
|