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.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. 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:", {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "scandoc-ai-components",
3
3
  "author": "ScanDoc-AI",
4
- "version": "0.0.35",
4
+ "version": "0.0.36",
5
5
  "private": false,
6
6
  "description": "Pure JavaScript package for integrating ScanDoc-AI services.",
7
7
  "keywords": [