@jaak.ai/stamps 2.0.0-dev.43 → 2.0.0-dev.45

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.
@@ -1151,12 +1151,12 @@ const JaakStamps = class {
1151
1151
  }
1152
1152
  get el() { return getElement(this); }
1153
1153
  debug = false;
1154
- alignmentTolerance = 20;
1154
+ alignmentTolerance = 15;
1155
1155
  maskSize = 80;
1156
1156
  cropMargin = 20;
1157
1157
  useDocumentClassification = false;
1158
1158
  preferredCamera = 'auto';
1159
- captureDelay = 1000;
1159
+ captureDelay = 1500;
1160
1160
  captureCompleted;
1161
1161
  isReady;
1162
1162
  // State derived from services
@@ -1300,8 +1300,8 @@ const JaakStamps = class {
1300
1300
  this.preferredCamera = 'auto';
1301
1301
  }
1302
1302
  if (this.captureDelay < 0 || this.captureDelay > 10000) {
1303
- this.logger.warn(`Propiedad captureDelay inválida. Valor: ${this.captureDelay}, esperado: 0-10000. Usando valor por defecto: 1000`);
1304
- this.captureDelay = 1000;
1303
+ this.logger.warn(`Propiedad captureDelay inválida. Valor: ${this.captureDelay}, esperado: 0-10000. Usando valor por defecto: 1500`);
1304
+ this.captureDelay = 1500;
1305
1305
  }
1306
1306
  }
1307
1307
  async loadOnnxRuntime() {