scandoc-ai-components 0.0.26 → 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 +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11273,6 +11273,7 @@ class ExtractorVideo {
|
|
|
11273
11273
|
onExtraction(isExtractionOk, extractionData) {
|
|
11274
11274
|
this.candidateImages = [];
|
|
11275
11275
|
this.extractionImages = {};
|
|
11276
|
+
this.stopVideo();
|
|
11276
11277
|
if (isExtractionOk) {
|
|
11277
11278
|
this.showMessage("Success - data extracted", "success");
|
|
11278
11279
|
const shouldStop = this.onExtractedResults({
|