@regulaforensics/ionic-native-document-reader 9.5.518-rc → 9.5.520-nightly
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/example/package.json +3 -3
- package/index.d.ts +4 -1
- package/index.js +10 -2
- package/ngx/index.d.ts +4 -1
- package/ngx/index.js +10 -2
- package/package.json +1 -1
- package/reactExample/package.json +3 -3
package/example/package.json
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
},
|
|
14
14
|
"private": true,
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@regulaforensics/ionic-native-document-reader": "9.5.
|
|
17
|
-
"@regulaforensics/cordova-plugin-document-reader-api": "9.5.
|
|
18
|
-
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.5.
|
|
16
|
+
"@regulaforensics/ionic-native-document-reader": "9.5.520-nightly",
|
|
17
|
+
"@regulaforensics/cordova-plugin-document-reader-api": "9.5.549-nightly",
|
|
18
|
+
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.5.2475-nightly",
|
|
19
19
|
"cordova-plugin-camera": "7.0.0",
|
|
20
20
|
"@awesome-cordova-plugins/camera": "6.6.0",
|
|
21
21
|
"@awesome-cordova-plugins/core": "6.6.0",
|
package/index.d.ts
CHANGED
|
@@ -552,6 +552,7 @@ export declare class RecognizeConfig {
|
|
|
552
552
|
image?: string;
|
|
553
553
|
data?: string;
|
|
554
554
|
images?: string[];
|
|
555
|
+
dataList?: string[];
|
|
555
556
|
imageInputData?: ImageInputData[];
|
|
556
557
|
static fromJson(jsonObject?: any): RecognizeConfig | undefined;
|
|
557
558
|
}
|
|
@@ -624,6 +625,7 @@ export declare class Functionality {
|
|
|
624
625
|
torchTurnedOn?: boolean;
|
|
625
626
|
preventScreenRecording?: boolean;
|
|
626
627
|
homeIndicatorAutoHide?: boolean;
|
|
628
|
+
hideStatusBar?: boolean;
|
|
627
629
|
showCaptureButtonDelayFromDetect?: number;
|
|
628
630
|
showCaptureButtonDelayFromStart?: number;
|
|
629
631
|
rfidTimeout?: number;
|
|
@@ -703,6 +705,7 @@ export declare class LivenessParams {
|
|
|
703
705
|
checkBlackAndWhiteCopy?: boolean;
|
|
704
706
|
checkDynaprint?: boolean;
|
|
705
707
|
checkGeometry?: boolean;
|
|
708
|
+
checkBarcodeBackground?: boolean;
|
|
706
709
|
static fromJson(jsonObject?: any): LivenessParams | undefined;
|
|
707
710
|
}
|
|
708
711
|
export declare class AuthenticityParams {
|
|
@@ -746,7 +749,6 @@ export declare class ProcessParams {
|
|
|
746
749
|
updateOCRValidityByGlare?: boolean;
|
|
747
750
|
noGraphics?: boolean;
|
|
748
751
|
multiDocOnImage?: boolean;
|
|
749
|
-
forceReadMrzBeforeLocate?: boolean;
|
|
750
752
|
parseBarcodes?: boolean;
|
|
751
753
|
shouldReturnPackageForReprocess?: boolean;
|
|
752
754
|
disablePerforationOCR?: boolean;
|
|
@@ -769,6 +771,7 @@ export declare class ProcessParams {
|
|
|
769
771
|
strictExpiryDate?: boolean;
|
|
770
772
|
debugSaveBinarySession?: boolean;
|
|
771
773
|
checkVDS?: boolean;
|
|
774
|
+
strictAgeCheck?: boolean;
|
|
772
775
|
barcodeParserType?: number;
|
|
773
776
|
perspectiveAngle?: number;
|
|
774
777
|
minDPI?: number;
|