scandoc-ai-components 0.0.91 → 0.0.92
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 +7 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11252,8 +11252,13 @@ class ExtractorVideo {
|
|
|
11252
11252
|
}
|
|
11253
11253
|
if (response?.InfoCode === "1006" && response?.TransactionID) {
|
|
11254
11254
|
const frontImage = this.candidateImages[this.candidateImages.length - 1].fullImg;
|
|
11255
|
-
|
|
11256
|
-
|
|
11255
|
+
console.log(frontImage);
|
|
11256
|
+
console.log(response.TransactionID);
|
|
11257
|
+
console.log(response.OS);
|
|
11258
|
+
console.log(response.Device);
|
|
11259
|
+
console.log(response.Browser);
|
|
11260
|
+
await (0,_requests_error_logging__WEBPACK_IMPORTED_MODULE_4__["default"])(frontImage, "", response.TransactionID, response.OS, response.Device, response.Browser);
|
|
11261
|
+
this.showMessage("Document not supported.", true);
|
|
11257
11262
|
this.candidateImages = [];
|
|
11258
11263
|
return;
|
|
11259
11264
|
}
|