@regulaforensics/ionic-native-document-reader 8.4.250-rc → 8.4.252-rc
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 +1 -0
- package/index.js +2 -1
- package/ngx/index.d.ts +1 -0
- package/ngx/index.js +2 -1
- 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": "8.4.
|
|
17
|
-
"@regulaforensics/cordova-plugin-document-reader-api": "8.4.
|
|
18
|
-
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "8.4.
|
|
16
|
+
"@regulaforensics/ionic-native-document-reader": "8.4.252-rc",
|
|
17
|
+
"@regulaforensics/cordova-plugin-document-reader-api": "8.4.278-rc",
|
|
18
|
+
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "8.4.1007-rc",
|
|
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
|
@@ -721,6 +721,7 @@ export declare class ProcessParams {
|
|
|
721
721
|
generateAlpha2Codes?: boolean;
|
|
722
722
|
disableAuthResolutionFilter?: boolean;
|
|
723
723
|
strictSecurityChecks?: boolean;
|
|
724
|
+
returnTransliteratedFields?: boolean;
|
|
724
725
|
barcodeParserType?: number;
|
|
725
726
|
perspectiveAngle?: number;
|
|
726
727
|
minDPI?: number;
|