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.
- package/dist/sdk2.cjs.development.js +1 -1
- package/dist/sdk2.cjs.development.js.map +1 -1
- package/dist/sdk2.cjs.production.js +1 -1
- package/dist/sdk2.cjs.production.js.map +1 -1
- package/dist/sdk2.esm.js +1 -1
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +1 -1
- package/dist/sdk2.umd.development.js.map +1 -1
- package/dist/sdk2.umd.production.js +1 -1
- package/dist/sdk2.umd.production.js.map +1 -1
- package/package.json +1 -1
|
@@ -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.
|
|
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,
|