@scandit/web-datacapture-id 7.2.0-beta.1 → 7.2.0
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/build/js/IdCapture.d.ts +3 -0
- package/build/js/IdCaptureSettings.d.ts +0 -2
- package/build/js/index.js +3 -3
- package/build/js/safariOOMDetection/SafariOOMDetector.d.ts +20 -0
- package/build/js/safariOOMDetection/SafariOOMStatsCollector.d.ts +28 -0
- package/build/js/safariOOMDetection/WriteThrottledStorage.d.ts +21 -0
- package/build/js/safariOOMDetection/types.d.ts +12 -0
- package/build/js/worker/dataCaptureEngine.d.ts +3 -0
- package/build/js/worker/dataCaptureWorkerRelated.d.ts +11 -2
- package/package.json +2 -2
- package/sdc-lib/resources/models/barcode_semantics_ocr_detector_default.f383d4282ee9.model +0 -0
- package/sdc-lib/resources/models/ocr_barcode_semantics_default.b8e0fdb8dc2c.model +0 -0
- package/sdc-lib/scandit-datacapture-sdk-id-pthreads.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-id-pthreads.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-id-simd-pthreads.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-id-simd-pthreads.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-id-simd.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-id-simd.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-id.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-id.wasm +0 -0
- /package/sdc-lib/resources/models/{barcode_classification_default_model.b90ecc5d362d6cb82801c877fdde7c3e64b6b5ef.model → barcode_classification_default.b90ecc5d362d.model} +0 -0
- /package/sdc-lib/resources/models/{barcode_localization_default_model.47d1f96d10ccb378344a3009cded24a85c22a5f9.model → barcode_localization_default.47d1f96d10cc.model} +0 -0
- /package/sdc-lib/resources/models/{barcode_localization_dpm_default_model.866e3546778825d3a9bc1f2070c892de9c525092.model → barcode_localization_dpm_default.866e35467788.model} +0 -0
- /package/sdc-lib/resources/models/{barcode_localization_generic_postal_code_default_model.4c1ba34eafc0f30fbafdd458c6eed156bd3b3498.model → barcode_localization_generic_postal_code_default.4c1ba34eafc0.model} +0 -0
- /package/sdc-lib/resources/models/{barcode_localization_oned_default_model.5f2c85a7773b298068deecb49059c7a477c280c4.model → barcode_localization_oned_default.5f2c85a7773b.model} +0 -0
- /package/sdc-lib/resources/models/{barcode_localization_twod_default_model.795c17cef2bf529a00a9e0d235c1b8ddfca66cf5.model → barcode_localization_twod_default.795c17cef2bf.model} +0 -0
- /package/sdc-lib/resources/models/{ocr_barcode_semantics_default_model.4df1cd250f2d31a69eecb30466b7823bbdd06730.model → barcode_ocr_fallback_ocr_default.4df1cd250f2d.model} +0 -0
- /package/sdc-lib/resources/models/{barcode_semantics_ocr_detector_default_model.e440ae4acaf7c7a2f42814ddc46c0920423eb372.model → barcode_ocr_fallback_ocr_detector_default.e440ae4acaf7.model} +0 -0
- /package/sdc-lib/resources/models/{eu_dl_localization_model.e440ae4acaf7c7a2f42814ddc46c0920423eb372.model → eu_dl_localization.e440ae4acaf7.model} +0 -0
- /package/sdc-lib/resources/models/{id_ocr_model.f42a207632c0e54aed010bff4b40df1264e3f304.model → id_ocr.f42a207632c0.model} +0 -0
- /package/sdc-lib/resources/models/{invalidated_id_classification_default.a055873831c99a035fa94bbf7a8568b1e8e004e5.model → invalidated_id_classification_default.a055873831c9.model} +0 -0
- /package/sdc-lib/resources/models/{mrz_line_localization_model.4573c5a05b53d7f5cfac0f0fda2ead609011df50.model → mrz_line_localization.4573c5a05b53.model} +0 -0
- /package/sdc-lib/resources/models/{mrz_localization_model.c6b469e57923be136dfd2b6d3fef354eadda3e04.model → mrz_localization.c6b469e57923.model} +0 -0
- /package/sdc-lib/resources/models/{ocr_mrz_default_model.050ddaa9b8339897a9c7bc8b7dea02f2c6f11856.model → ocr_mrz_default.050ddaa9b833.model} +0 -0
- /package/sdc-lib/resources/models/{uk_dl_code_localization_model.e440ae4acaf7c7a2f42814ddc46c0920423eb372.model → uk_dl_code_localization.e440ae4acaf7.model} +0 -0
package/build/js/IdCapture.d.ts
CHANGED
|
@@ -29,6 +29,8 @@ export declare class IdCapture implements DataCaptureMode, Serializable<IdCaptur
|
|
|
29
29
|
private _centaurusConnector?;
|
|
30
30
|
private _endOfCycleTasks;
|
|
31
31
|
private _feedback;
|
|
32
|
+
private _safariOOMDetector?;
|
|
33
|
+
private _safariOOMStatsCollector?;
|
|
32
34
|
private readonly _onProcessFrameListener;
|
|
33
35
|
private readonly workerMessageListener;
|
|
34
36
|
private constructor();
|
|
@@ -108,5 +110,6 @@ export declare class IdCapture implements DataCaptureMode, Serializable<IdCaptur
|
|
|
108
110
|
* Send the last detection issue to the worker so that the SDC engine can get it.
|
|
109
111
|
*/
|
|
110
112
|
private reportLastDetectionIssue;
|
|
113
|
+
private onPageAbruptlyReloaded;
|
|
111
114
|
}
|
|
112
115
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface IdCaptureSettingsJSON {
|
|
|
19
19
|
rejectInconsistentData: boolean;
|
|
20
20
|
rejectHolderBelowAge: number | null;
|
|
21
21
|
rejectIdsExpiringIn: DurationJSON | null;
|
|
22
|
-
decodeMobileDriverLicenses: boolean;
|
|
23
22
|
properties: JSONType;
|
|
24
23
|
}
|
|
25
24
|
export declare class IdCaptureSettings implements Serializable<IdCaptureSettingsJSON> {
|
|
@@ -35,7 +34,6 @@ export declare class IdCaptureSettings implements Serializable<IdCaptureSettings
|
|
|
35
34
|
rejectInconsistentData: boolean;
|
|
36
35
|
rejectHolderBelowAge: number | null;
|
|
37
36
|
rejectIdsExpiringIn: Duration | null;
|
|
38
|
-
decodeMobileDriverLicenses: boolean;
|
|
39
37
|
private properties;
|
|
40
38
|
private imageToResult;
|
|
41
39
|
constructor();
|