idmission-web-sdk 2.3.165-feature-barcode-recapture-1688207 → 2.3.165-feature-barcode-recapture-611ce26

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.
@@ -11277,7 +11277,7 @@ var IdCaptureWizard = function IdCaptureWizard(_a) {
11277
11277
  _2 = _a.guideImages,
11278
11278
  guideImages = _2 === void 0 ? defaultIdCaptureGuideImages : _2,
11279
11279
  _3 = _a.barcodeRecaptureThreshold,
11280
- barcodeRecaptureThreshold = _3 === void 0 ? 0.5 : _3,
11280
+ barcodeRecaptureThreshold = _3 === void 0 ? 0.1 : _3,
11281
11281
  _4 = _a.barcodeRecaptureTimeoutMs,
11282
11282
  barcodeRecaptureTimeoutMs = _4 === void 0 ? 5000 : _4,
11283
11283
  _5 = _a.documentEdgeDistancePct,