scandoc-ai-components 0.0.35 → 0.0.36
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 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11221,6 +11221,8 @@ class ExtractorVideo {
|
|
|
11221
11221
|
if (!this.wasDocumentPreviouslyDetected || this.validationStartTime === null) {
|
|
11222
11222
|
this.validationStartTime = now_valid;
|
|
11223
11223
|
console.log("Document detected. Validation timer started:", this.validationStartTime);
|
|
11224
|
+
this.wasDocumentPreviouslyDetected = true;
|
|
11225
|
+
return;
|
|
11224
11226
|
}
|
|
11225
11227
|
this.wasDocumentPreviouslyDetected = true;
|
|
11226
11228
|
console.log("Validation timer:", {
|