@regulaforensics/ionic-native-document-reader 6.6.0 → 6.7.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/example/package.json +3 -3
- package/example/src/app/home/home.page.html +2 -2
- package/example/src/app/home/home.page.scss +8 -0
- package/example/src/app/home/home.page.ts +19 -10
- package/index.d.ts +92 -10
- package/index.js +181 -15
- package/ngx/index.d.ts +92 -10
- package/ngx/index.js +187 -19
- package/package.json +1 -1
- package/reactExample/README.md +24 -0
- package/reactExample/android/app/build/.npmkeep +0 -0
- package/reactExample/android/app/build.gradle +51 -0
- package/reactExample/android/app/proguard-rules.pro +21 -0
- package/reactExample/android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java +26 -0
- package/reactExample/android/app/src/main/AndroidManifest.xml +45 -0
- package/reactExample/android/app/src/main/java/com/regula/documentreader/MainActivity.java +5 -0
- package/reactExample/android/app/src/main/res/drawable/ic_launcher_background.xml +170 -0
- package/reactExample/android/app/src/main/res/drawable/splash.png +0 -0
- package/reactExample/android/app/src/main/res/drawable-land-hdpi/splash.png +0 -0
- package/reactExample/android/app/src/main/res/drawable-land-mdpi/splash.png +0 -0
- package/reactExample/android/app/src/main/res/drawable-land-xhdpi/splash.png +0 -0
- package/reactExample/android/app/src/main/res/drawable-land-xxhdpi/splash.png +0 -0
- package/reactExample/android/app/src/main/res/drawable-land-xxxhdpi/splash.png +0 -0
- package/reactExample/android/app/src/main/res/drawable-port-hdpi/splash.png +0 -0
- package/reactExample/android/app/src/main/res/drawable-port-mdpi/splash.png +0 -0
- package/reactExample/android/app/src/main/res/drawable-port-xhdpi/splash.png +0 -0
- package/reactExample/android/app/src/main/res/drawable-port-xxhdpi/splash.png +0 -0
- package/reactExample/android/app/src/main/res/drawable-port-xxxhdpi/splash.png +0 -0
- package/reactExample/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml +34 -0
- package/reactExample/android/app/src/main/res/layout/activity_main.xml +12 -0
- package/reactExample/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +5 -0
- package/reactExample/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +5 -0
- package/reactExample/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/reactExample/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png +0 -0
- package/reactExample/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- package/reactExample/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/reactExample/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png +0 -0
- package/reactExample/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- package/reactExample/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/reactExample/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png +0 -0
- package/reactExample/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- package/reactExample/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/reactExample/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png +0 -0
- package/reactExample/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- package/reactExample/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/reactExample/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png +0 -0
- package/reactExample/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- package/reactExample/android/app/src/main/res/values/ic_launcher_background.xml +4 -0
- package/reactExample/android/app/src/main/res/values/strings.xml +7 -0
- package/reactExample/android/app/src/main/res/values/styles.xml +22 -0
- package/reactExample/android/app/src/main/res/xml/file_paths.xml +5 -0
- package/reactExample/android/app/src/test/java/com/getcapacitor/myapp/ExampleUnitTest.java +18 -0
- package/reactExample/android/build.gradle +26 -0
- package/reactExample/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/reactExample/android/gradle/wrapper/gradle-wrapper.properties +5 -0
- package/reactExample/android/gradle.properties +24 -0
- package/reactExample/android/gradlew +185 -0
- package/reactExample/android/gradlew.bat +89 -0
- package/reactExample/android/settings.gradle +5 -0
- package/reactExample/android/variables.gradle +14 -0
- package/reactExample/capacitor.config.ts +10 -0
- package/reactExample/ionic.config.json +7 -0
- package/reactExample/ios/App/App/App.entitlements +11 -0
- package/reactExample/ios/App/App/AppDelegate.swift +60 -0
- package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@1x.png +0 -0
- package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x-1.png +0 -0
- package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x.png +0 -0
- package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@3x.png +0 -0
- package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@1x.png +0 -0
- package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x-1.png +0 -0
- package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x.png +0 -0
- package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@3x.png +0 -0
- package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@1x.png +0 -0
- package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x-1.png +0 -0
- package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x.png +0 -0
- package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@3x.png +0 -0
- package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-512@2x.png +0 -0
- package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-60x60@2x.png +0 -0
- package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-60x60@3x.png +0 -0
- package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-76x76@1x.png +0 -0
- package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-76x76@2x.png +0 -0
- package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-83.5x83.5@2x.png +0 -0
- package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/Contents.json +116 -0
- package/reactExample/ios/App/App/Assets.xcassets/Contents.json +6 -0
- package/reactExample/ios/App/App/Assets.xcassets/Splash.imageset/Contents.json +23 -0
- package/reactExample/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-1.png +0 -0
- package/reactExample/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-2.png +0 -0
- package/reactExample/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732.png +0 -0
- package/reactExample/ios/App/App/Base.lproj/LaunchScreen.storyboard +32 -0
- package/reactExample/ios/App/App/Base.lproj/Main.storyboard +19 -0
- package/reactExample/ios/App/App/Info.plist +70 -0
- package/reactExample/ios/App/App/capacitor.config.json +6 -0
- package/reactExample/ios/App/App/config.xml +19 -0
- package/reactExample/ios/App/App.xcodeproj/project.pbxproj +422 -0
- package/reactExample/ios/App/App.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
- package/reactExample/ios/App/App.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
- package/reactExample/ios/App/App.xcworkspace/contents.xcworkspacedata +10 -0
- package/reactExample/ios/App/App.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
- package/reactExample/ios/App/Podfile +23 -0
- package/reactExample/package.json +84 -0
- package/reactExample/public/assets/icon/favicon.png +0 -0
- package/reactExample/public/assets/icon/icon.png +0 -0
- package/reactExample/public/assets/img/id.png +0 -0
- package/reactExample/public/assets/img/portrait.png +0 -0
- package/reactExample/public/assets/shapes.svg +1 -0
- package/reactExample/public/index.html +114 -0
- package/reactExample/public/manifest.json +21 -0
- package/reactExample/src/App.test.tsx +8 -0
- package/reactExample/src/App.tsx +42 -0
- package/reactExample/src/assets/img/id.png +0 -0
- package/reactExample/src/assets/img/portrait.png +0 -0
- package/reactExample/src/index.tsx +22 -0
- package/reactExample/src/pages/Home.tsx +340 -0
- package/reactExample/src/react-app-env.d.ts +1 -0
- package/reactExample/src/reportWebVitals.ts +15 -0
- package/reactExample/src/service-worker.ts +80 -0
- package/reactExample/src/serviceWorkerRegistration.ts +142 -0
- package/reactExample/src/setupTests.ts +14 -0
- package/reactExample/src/theme/variables.css +236 -0
- package/reactExample/tsconfig.json +27 -0
- package/index.ts +0 -7366
- package/ngx/index.metadata.json +0 -1
package/ngx/index.d.ts
CHANGED
|
@@ -88,6 +88,8 @@ export declare class DocumentReaderTextField {
|
|
|
88
88
|
values?: DocumentReaderValue[];
|
|
89
89
|
comparisonList?: DocumentReaderComparison[];
|
|
90
90
|
validityList?: DocumentReaderValidity[];
|
|
91
|
+
comparisonStatus?: number;
|
|
92
|
+
validityStatus?: number;
|
|
91
93
|
static fromJson(jsonObject?: any): DocumentReaderTextField | undefined;
|
|
92
94
|
}
|
|
93
95
|
export declare class DocumentReaderTextResult {
|
|
@@ -151,8 +153,10 @@ export declare class DocumentReaderDocumentType {
|
|
|
151
153
|
}
|
|
152
154
|
export declare class DocumentReaderNotification {
|
|
153
155
|
code?: number;
|
|
154
|
-
attachment?: number;
|
|
155
156
|
value?: number;
|
|
157
|
+
notificationCode?: number;
|
|
158
|
+
dataFileType?: number;
|
|
159
|
+
progress?: number;
|
|
156
160
|
static fromJson(jsonObject?: any): DocumentReaderNotification | undefined;
|
|
157
161
|
}
|
|
158
162
|
export declare class AccessControlProcedureType {
|
|
@@ -486,7 +490,9 @@ export declare class DocumentReaderValidity {
|
|
|
486
490
|
static fromJson(jsonObject?: any): DocumentReaderValidity | undefined;
|
|
487
491
|
}
|
|
488
492
|
export declare class DocumentReaderResults {
|
|
493
|
+
videoCaptureSessionId?: string;
|
|
489
494
|
chipPage?: number;
|
|
495
|
+
irElapsedTime?: number;
|
|
490
496
|
processingFinishedStatus?: number;
|
|
491
497
|
elapsedTime?: number;
|
|
492
498
|
elapsedTimeRFID?: number;
|
|
@@ -504,32 +510,57 @@ export declare class DocumentReaderResults {
|
|
|
504
510
|
rfidSessionData?: RFIDSessionData;
|
|
505
511
|
authenticityResult?: DocumentReaderAuthenticityResult;
|
|
506
512
|
barcodeResult?: DocumentReaderBarcodeResult;
|
|
513
|
+
ppmIn?: number;
|
|
507
514
|
documentType?: DocumentReaderDocumentType[];
|
|
508
515
|
status?: DocumentReaderResultsStatus;
|
|
509
516
|
vdsncData?: VDSNCData;
|
|
517
|
+
static fromJson(jsonObject?: any): DocumentReaderResults | undefined;
|
|
518
|
+
/**
|
|
519
|
+
* @deprecated Use DocumentReader.textFieldValueBy...()
|
|
520
|
+
*/
|
|
510
521
|
getTextFieldValueByType({ fieldType, lcid, source, original }: {
|
|
511
522
|
fieldType: number;
|
|
512
523
|
lcid?: number;
|
|
513
524
|
source?: number;
|
|
514
525
|
original?: boolean;
|
|
515
526
|
}): string | undefined;
|
|
527
|
+
/**
|
|
528
|
+
* @deprecated
|
|
529
|
+
*/
|
|
516
530
|
getTextFieldStatusByType(fieldType: number, lcid?: number): number;
|
|
531
|
+
/**
|
|
532
|
+
* @deprecated Use DocumentReader.graphicFieldImageBy...()
|
|
533
|
+
*/
|
|
517
534
|
getGraphicFieldImageByType({ fieldType, source, light, pageIndex }: {
|
|
518
535
|
fieldType: number;
|
|
519
536
|
source?: number;
|
|
520
537
|
light?: number;
|
|
521
538
|
pageIndex?: number;
|
|
522
539
|
}): string | undefined;
|
|
540
|
+
/**
|
|
541
|
+
* @deprecated
|
|
542
|
+
*/
|
|
523
543
|
getQualityResult({ imageQualityCheckType, securityFeature, pageIndex }: {
|
|
524
544
|
imageQualityCheckType: number;
|
|
525
545
|
securityFeature?: number;
|
|
526
546
|
pageIndex?: number;
|
|
527
547
|
}): number;
|
|
548
|
+
/**
|
|
549
|
+
* @deprecated
|
|
550
|
+
*/
|
|
528
551
|
findByTypeAndLcid(type: number, lcid?: number): DocumentReaderTextField | undefined;
|
|
552
|
+
/**
|
|
553
|
+
* @deprecated
|
|
554
|
+
*/
|
|
529
555
|
findBySource(field: DocumentReaderTextField, sourceType: number): DocumentReaderValue | undefined;
|
|
556
|
+
/**
|
|
557
|
+
* @deprecated Use DocumentReader.containers()
|
|
558
|
+
*/
|
|
530
559
|
getContainers(resultTypes: number[]): string | undefined;
|
|
560
|
+
/**
|
|
561
|
+
* @deprecated Use DocumentReader.encryptedContainers()
|
|
562
|
+
*/
|
|
531
563
|
getEncryptedContainers(): string | undefined;
|
|
532
|
-
static fromJson(jsonObject?: any): DocumentReaderResults | undefined;
|
|
533
564
|
}
|
|
534
565
|
export declare const FontStyle: {
|
|
535
566
|
NORMAL: number;
|
|
@@ -848,6 +879,7 @@ export declare const eRPRM_ResultType: {
|
|
|
848
879
|
RPRM_RESULT_TYPE_INTERNAL_RFID_SESSION: number;
|
|
849
880
|
RPRM_RESULT_TYPE_INTERNAL_ENCRYPTED_RCL: number;
|
|
850
881
|
RPRM_RESULT_TYPE_INTERNAL_LICENSE: number;
|
|
882
|
+
RPRM_RESULT_TYPE_TEXT: number;
|
|
851
883
|
RPRM_RESULT_TYPE_IMAGES: number;
|
|
852
884
|
RPRM_RESULT_TYPE_HOLO_PARAMS: number;
|
|
853
885
|
RPRM_RESULT_TYPE_DOCUMENT_POSITION: number;
|
|
@@ -885,15 +917,15 @@ export declare const eRPRM_FieldVerificationResult: {
|
|
|
885
917
|
export declare const DocReaderAction: {
|
|
886
918
|
COMPLETE: number;
|
|
887
919
|
PROCESS: number;
|
|
920
|
+
MORE_PAGES_AVAILABLE: number;
|
|
888
921
|
CANCEL: number;
|
|
889
922
|
ERROR: number;
|
|
890
|
-
NOTIFICATION: number;
|
|
891
|
-
PROCESS_WHITE_UV_IMAGES: number;
|
|
892
923
|
PROCESS_WHITE_FLASHLIGHT: number;
|
|
893
|
-
MORE_PAGES_AVAILABLE: number;
|
|
894
|
-
PROCESS_IR_FRAME: number;
|
|
895
924
|
TIMEOUT: number;
|
|
896
925
|
PROCESSING_ON_SERVICE: number;
|
|
926
|
+
NOTIFICATION: number;
|
|
927
|
+
PROCESS_WHITE_UV_IMAGES: number;
|
|
928
|
+
PROCESS_IR_FRAME: number;
|
|
897
929
|
};
|
|
898
930
|
export declare const eProcessGLCommands: {
|
|
899
931
|
ePC_ProcMgr_SetLicense: number;
|
|
@@ -1150,6 +1182,12 @@ export declare const RFIDDelegate: {
|
|
|
1150
1182
|
NO_PA: number;
|
|
1151
1183
|
FULL: number;
|
|
1152
1184
|
};
|
|
1185
|
+
export declare const TextProcessing: {
|
|
1186
|
+
ocNoChange: number;
|
|
1187
|
+
ocUppercase: number;
|
|
1188
|
+
ocLowercase: number;
|
|
1189
|
+
ocCapital: number;
|
|
1190
|
+
};
|
|
1153
1191
|
export declare const ProcessingFinishedStatus: {
|
|
1154
1192
|
NOT_READY: number;
|
|
1155
1193
|
READY: number;
|
|
@@ -1404,6 +1442,7 @@ export declare const eImageQualityCheckType: {
|
|
|
1404
1442
|
IQC_SCREEN_CAPTURE: number;
|
|
1405
1443
|
IQC_PORTRAIT: number;
|
|
1406
1444
|
IQC_HANDWRITTEN: number;
|
|
1445
|
+
getTranslation(value: number): string;
|
|
1407
1446
|
};
|
|
1408
1447
|
export declare const MRZFormat: {
|
|
1409
1448
|
FORMAT_1X30: string;
|
|
@@ -1751,6 +1790,9 @@ export declare const eGraphicFieldType: {
|
|
|
1751
1790
|
GF_FINGER_RIGHT_LITTLE: number;
|
|
1752
1791
|
getTranslation(value: number): string;
|
|
1753
1792
|
};
|
|
1793
|
+
export declare const RegDeviceConfigType: {
|
|
1794
|
+
DEVICE_7310: number;
|
|
1795
|
+
};
|
|
1754
1796
|
export declare const CameraMode: {
|
|
1755
1797
|
AUTO: number;
|
|
1756
1798
|
CAMERA1: number;
|
|
@@ -2462,6 +2504,12 @@ export declare const eVisualFieldType: {
|
|
|
2462
2504
|
FT_THIRD_NAME: number;
|
|
2463
2505
|
FT_FOURTH_NAME: number;
|
|
2464
2506
|
FT_LAST_NAME: number;
|
|
2507
|
+
FT_DLCLASSCODE_RM_FROM: number;
|
|
2508
|
+
FT_DLCLASSCODE_RM_NOTES: number;
|
|
2509
|
+
FT_DLCLASSCODE_RM_TO: number;
|
|
2510
|
+
FT_DLCLASSCODE_PW_FROM: number;
|
|
2511
|
+
FT_DLCLASSCODE_PW_NOTES: number;
|
|
2512
|
+
FT_DLCLASSCODE_PW_TO: number;
|
|
2465
2513
|
getTranslation(value: number): string;
|
|
2466
2514
|
};
|
|
2467
2515
|
export declare const DocReaderOrientation: {
|
|
@@ -3015,6 +3063,7 @@ export declare const Enum: {
|
|
|
3015
3063
|
RPRM_RESULT_TYPE_INTERNAL_RFID_SESSION: number;
|
|
3016
3064
|
RPRM_RESULT_TYPE_INTERNAL_ENCRYPTED_RCL: number;
|
|
3017
3065
|
RPRM_RESULT_TYPE_INTERNAL_LICENSE: number;
|
|
3066
|
+
RPRM_RESULT_TYPE_TEXT: number;
|
|
3018
3067
|
RPRM_RESULT_TYPE_IMAGES: number;
|
|
3019
3068
|
RPRM_RESULT_TYPE_HOLO_PARAMS: number;
|
|
3020
3069
|
RPRM_RESULT_TYPE_DOCUMENT_POSITION: number;
|
|
@@ -3052,15 +3101,15 @@ export declare const Enum: {
|
|
|
3052
3101
|
DocReaderAction: {
|
|
3053
3102
|
COMPLETE: number;
|
|
3054
3103
|
PROCESS: number;
|
|
3104
|
+
MORE_PAGES_AVAILABLE: number;
|
|
3055
3105
|
CANCEL: number;
|
|
3056
3106
|
ERROR: number;
|
|
3057
|
-
NOTIFICATION: number;
|
|
3058
|
-
PROCESS_WHITE_UV_IMAGES: number;
|
|
3059
3107
|
PROCESS_WHITE_FLASHLIGHT: number;
|
|
3060
|
-
MORE_PAGES_AVAILABLE: number;
|
|
3061
|
-
PROCESS_IR_FRAME: number;
|
|
3062
3108
|
TIMEOUT: number;
|
|
3063
3109
|
PROCESSING_ON_SERVICE: number;
|
|
3110
|
+
NOTIFICATION: number;
|
|
3111
|
+
PROCESS_WHITE_UV_IMAGES: number;
|
|
3112
|
+
PROCESS_IR_FRAME: number;
|
|
3064
3113
|
};
|
|
3065
3114
|
eProcessGLCommands: {
|
|
3066
3115
|
ePC_ProcMgr_SetLicense: number;
|
|
@@ -3317,6 +3366,12 @@ export declare const Enum: {
|
|
|
3317
3366
|
NO_PA: number;
|
|
3318
3367
|
FULL: number;
|
|
3319
3368
|
};
|
|
3369
|
+
TextProcessing: {
|
|
3370
|
+
ocNoChange: number;
|
|
3371
|
+
ocUppercase: number;
|
|
3372
|
+
ocLowercase: number;
|
|
3373
|
+
ocCapital: number;
|
|
3374
|
+
};
|
|
3320
3375
|
ProcessingFinishedStatus: {
|
|
3321
3376
|
NOT_READY: number;
|
|
3322
3377
|
READY: number;
|
|
@@ -3571,6 +3626,7 @@ export declare const Enum: {
|
|
|
3571
3626
|
IQC_SCREEN_CAPTURE: number;
|
|
3572
3627
|
IQC_PORTRAIT: number;
|
|
3573
3628
|
IQC_HANDWRITTEN: number;
|
|
3629
|
+
getTranslation(value: number): string;
|
|
3574
3630
|
};
|
|
3575
3631
|
MRZFormat: {
|
|
3576
3632
|
FORMAT_1X30: string;
|
|
@@ -3918,6 +3974,9 @@ export declare const Enum: {
|
|
|
3918
3974
|
GF_FINGER_RIGHT_LITTLE: number;
|
|
3919
3975
|
getTranslation(value: number): string;
|
|
3920
3976
|
};
|
|
3977
|
+
RegDeviceConfigType: {
|
|
3978
|
+
DEVICE_7310: number;
|
|
3979
|
+
};
|
|
3921
3980
|
CameraMode: {
|
|
3922
3981
|
AUTO: number;
|
|
3923
3982
|
CAMERA1: number;
|
|
@@ -4629,6 +4688,12 @@ export declare const Enum: {
|
|
|
4629
4688
|
FT_THIRD_NAME: number;
|
|
4630
4689
|
FT_FOURTH_NAME: number;
|
|
4631
4690
|
FT_LAST_NAME: number;
|
|
4691
|
+
FT_DLCLASSCODE_RM_FROM: number;
|
|
4692
|
+
FT_DLCLASSCODE_RM_NOTES: number;
|
|
4693
|
+
FT_DLCLASSCODE_RM_TO: number;
|
|
4694
|
+
FT_DLCLASSCODE_PW_FROM: number;
|
|
4695
|
+
FT_DLCLASSCODE_PW_NOTES: number;
|
|
4696
|
+
FT_DLCLASSCODE_PW_TO: number;
|
|
4632
4697
|
getTranslation(value: number): string;
|
|
4633
4698
|
};
|
|
4634
4699
|
DocReaderOrientation: {
|
|
@@ -5374,4 +5439,21 @@ export declare class DocumentReader extends AwesomeCordovaNativePlugin {
|
|
|
5374
5439
|
* @return {Promise<any>} Returns a promise
|
|
5375
5440
|
*/
|
|
5376
5441
|
recognizeImagesWithImageInputs(images: any): Promise<any>;
|
|
5442
|
+
textFieldValueByType(results: DocumentReaderResults, fieldType: number): Promise<string | undefined>;
|
|
5443
|
+
textFieldValueByTypeLcid(results: DocumentReaderResults, fieldType: number, lcid: number): Promise<string | undefined>;
|
|
5444
|
+
textFieldValueByTypeSource(results: DocumentReaderResults, fieldType: number, source: number): Promise<string | undefined>;
|
|
5445
|
+
textFieldValueByTypeLcidSource(results: DocumentReaderResults, fieldType: number, lcid: number, source: number): Promise<string | undefined>;
|
|
5446
|
+
textFieldValueByTypeSourceOriginal(results: DocumentReaderResults, fieldType: number, source: number, original: boolean): Promise<string | undefined>;
|
|
5447
|
+
textFieldValueByTypeLcidSourceOriginal(results: DocumentReaderResults, fieldType: number, lcid: number, source: number, original: boolean): Promise<string | undefined>;
|
|
5448
|
+
textFieldByType(results: DocumentReaderResults, fieldType: number): Promise<string | undefined>;
|
|
5449
|
+
textFieldByTypeLcid(results: DocumentReaderResults, fieldType: number, lcid: number): Promise<string | undefined>;
|
|
5450
|
+
graphicFieldByTypeSource(results: DocumentReaderResults, fieldType: number, source: number): Promise<string | undefined>;
|
|
5451
|
+
graphicFieldByTypeSourcePageIndex(results: DocumentReaderResults, fieldType: number, source: number, pageIndex: number): Promise<string | undefined>;
|
|
5452
|
+
graphicFieldByTypeSourcePageIndexLight(results: DocumentReaderResults, fieldType: number, source: number, pageIndex: number, light: number): Promise<string | undefined>;
|
|
5453
|
+
graphicFieldImageByType(results: DocumentReaderResults, fieldType: number): Promise<string | undefined>;
|
|
5454
|
+
graphicFieldImageByTypeSource(results: DocumentReaderResults, fieldType: number, source: number): Promise<string | undefined>;
|
|
5455
|
+
graphicFieldImageByTypeSourcePageIndex(results: DocumentReaderResults, fieldType: number, source: number, pageIndex: number): Promise<string | undefined>;
|
|
5456
|
+
graphicFieldImageByTypeSourcePageIndexLight(results: DocumentReaderResults, fieldType: number, source: number, pageIndex: number, light: number): Promise<string | undefined>;
|
|
5457
|
+
containers(results: DocumentReaderResults, resultType: number[]): Promise<string | undefined>;
|
|
5458
|
+
encryptedContainers(results: DocumentReaderResults): Promise<string | undefined>;
|
|
5377
5459
|
}
|