File tree Expand file tree Collapse file tree 5 files changed +61
-3
lines changed
Expand file tree Collapse file tree 5 files changed +61
-3
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,20 @@ components:
8585 - 155
8686 - 156
8787 - 82
88+ - 191
89+ - 192
90+ - 83
91+ - 84
92+ - 85
8893 - 200
8994 - 201
95+ - 202
96+ - 203
97+ - 204
9098 - 210
99+ - 220
100+ - 221
101+ - 222
91102 x-enum-varnames :
92103 - " UNKNOWN"
93104 - " PASS"
@@ -168,6 +179,17 @@ components:
168179 - " PORTRAIT_COMPARISON_NO_SERVICE_LICENSE"
169180 - " PORTRAIT_COMPARISON_NO_PORTRAIT_DETECTED"
170181 - " FIELD_POS_CORRECTOR_PHOTO_REPLACED"
171- - " WRONG_MRZ_DPI"
182+ - " SCREEN_CAPTURE_DETECTED"
183+ - " ELECTRONIC_DEVICE_DETECTED"
184+ - " FIELD_POS_CORRECTOR_LANDMARKS_CHECK_ERROR"
185+ - " FIELD_POS_CORRECTOR_FACE_PRESENCE_CHECK_ERROR"
186+ - " FIELD_POS_CORRECTOR_FACE_ABSENCE_CHECK_ERROR"
187+ - " WRONG_SYMBOL_BACKGROUND"
172188 - " WRONG_BACKGROUND"
189+ - " WRONG_MRZ_WIDTH"
190+ - " WRONG_MRZ_HEIGHT"
191+ - " WRONG_LINE_POSITION"
173192 - " LAST_DIAGNOSE_VALUE"
193+ - " TEXT_POSITION"
194+ - " INVALID_FONT"
195+ - " INVALID_BACKGROUND"
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ components:
2424 - 524288
2525 - 1048576
2626 - 2097152
27+ - 4194304
2728 - 8388608
2829 x-enum-description :
2930 - " Document luminescence check in UV light"
@@ -44,6 +45,7 @@ components:
4445 - " Hologram detection and validation check"
4546 - " Fingerprint comparison check"
4647 - " Document liveness check"
48+ - " Extended OCR Check"
4749 - " MRZ extended check"
4850 x-enum-varnames :
4951 - " UV_LUMINESCENCE"
@@ -64,4 +66,5 @@ components:
6466 - " HOLOGRAM_DETECTION"
6567 - " FINGERPRINT_COMPARISON"
6668 - " LIVENESS"
69+ - " EXTENDED_OCR_CHECK"
6770 - " MRZ"
Original file line number Diff line number Diff line change @@ -34,9 +34,14 @@ components:
3434 - 25
3535 - 26
3636 - 27
37+ - 28
3738 - 29
3839 - 30
3940 - 31
41+ - 39
42+ - 40
43+ - 41
44+ - 42
4045 x-enum-description :
4146 - " Blank element"
4247 - " Personalization element"
@@ -66,9 +71,14 @@ components:
6671 - " Photo color check"
6772 - " Photo squareness"
6873 - " Photo corners shape"
74+ - " OCR"
6975 - " External vs main portrait comparison"
7076 - " External vs RFID portrait comparison"
7177 - " External vs live camera portrait comparison"
78+ - " Liveness screen capture"
79+ - " Liveness electronic device"
80+ - " Liveness OVI"
81+ - " Barcode size check"
7282 x-enum-varnames :
7383 - " BLANK"
7484 - " FILL"
@@ -98,6 +108,11 @@ components:
98108 - " PHOTO_COLOR"
99109 - " PHOTO_SHAPE"
100110 - " PHOTO_CORNERS"
111+ - " OCR"
101112 - " PORTRAIT_COMPARISON_EXT_VS_VISUAL"
102113 - " PORTRAIT_COMPARISON_EXT_VS_RFID"
103- - " PORTRAIT_COMPARISON_EXT_VS_CAMERA"
114+ - " PORTRAIT_COMPARISON_EXT_VS_CAMERA"
115+ - " LIVENESS_SCREEN_CAPTURE"
116+ - " LIVENESS_ELECTRONIC_DEVICE"
117+ - " LIVENESS_OVI"
118+ - " BARCODE_SIZE_CHECK"
Original file line number Diff line number Diff line change @@ -602,6 +602,12 @@ components:
602602 - 648
603603 - 649
604604 - 650
605+ - 651
606+ - 652
607+ - 653
608+ - 654
609+ - 655
610+ - 656
605611 x-enum-descriptions :
606612 - ' Document class code'
607613 - ' Issuing country document code in accordance with the standard ISO 3166-1 (ICAO, document 9303)'
@@ -1200,6 +1206,12 @@ components:
12001206 - ' Third name'
12011207 - ' Fourth name'
12021208 - ' Last name'
1209+ - ' DL class code RM valid from'
1210+ - ' DL class code RM valid notes'
1211+ - ' DL class code RM valid to'
1212+ - ' DL class code PW valid from'
1213+ - ' DL class code PW valid notes'
1214+ - ' DL class code PW valid to'
12031215 x-enum-varnames :
12041216 - ' DOCUMENT_CLASS_CODE'
12051217 - ' ISSUING_STATE_CODE'
@@ -1798,3 +1810,9 @@ components:
17981810 - ' FT_THIRD_NAME'
17991811 - ' FT_FOURTH_NAME'
18001812 - ' FT_LAST_NAME'
1813+ - ' RM_FROM'
1814+ - ' RM_NOTES'
1815+ - ' RM_TO'
1816+ - ' PW_FROM'
1817+ - ' PW_NOTES'
1818+ - ' PW_TO'
Original file line number Diff line number Diff line change 33 version : 6.6.1
44 title : Regula Document Reader Web API
55 x-logo :
6- url : ' https://regulaforensics.com/bitrix/media/img/elements/ logo.png '
6+ url : ' https://static-content. regulaforensics.com/Icons/Logos/Regula- logo.svg '
77 href : ' https://mobile.regulaforensics.com/'
88 description : |
99 Documents recognition as easy as reading two bytes.
You can’t perform that action at this time.
0 commit comments