Skip to content

Commit b50b2d8

Browse files
Develop -> Stable (#244)
1 parent e63a62e commit b50b2d8

File tree

5 files changed

+31
-1
lines changed

5 files changed

+31
-1
lines changed

authenticity/e-check-diagnose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ components:
119119
- 221
120120
- 222
121121
- 230
122+
- 238
122123
- 239
123124
- 240
124125
- 241
@@ -244,6 +245,7 @@ components:
244245
- "OCR_QUALITY_INVALID_FONT"
245246
- "OCR_QUALITY_INVALID_BACKGROUND"
246247
- "LASINK_INVALID_LINES_FREQUENCY"
248+
- "DOC_LIVENESS_DOCUMENT_NOT_LIVE"
247249
- "DOC_LIVENESS_BLACK_AND_WHITE_COPY_DETECTED"
248250
- "DOC_LIVENESS_ELECTRONIC_DEVICE_DETECTED"
249251
- "DOC_LIVENESS_INVALID_BARCODE_BACKGROUND"

common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ components:
282282
childAgeThreshold:
283283
type: integer
284284
example: 13
285-
description: "Minimum age of a child, at which portrait comparison result will be effective. Default: 13."
285+
description: "The age threshold for the portrait comparison. Default: 13."
286286
childDocValidityYears:
287287
type: integer
288288
example: 5

e-text-field-type.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,8 @@ components:
646646
- 690
647647
- 691
648648
- 692
649+
- 693
650+
- 694
649651
x-enum-descriptions:
650652
- "Document class code"
651653
- "Issuing state code"
@@ -1289,6 +1291,8 @@ components:
12891291
- "Digital Travel Authorization Number"
12901292
- "Date of First Positive Test Result"
12911293
- "EF.CardAccess"
1294+
- "Short flight number"
1295+
- "Airline code"
12921296
x-enum-varnames:
12931297
- "DOCUMENT_CLASS_CODE"
12941298
- "ISSUING_STATE_CODE"
@@ -1932,3 +1936,5 @@ components:
19321936
- "FT_DIGITAL_TRAVEL_AUTHORIZATION_NUMBER"
19331937
- "FT_DATE_OF_FIRST_POSITIVE_TEST_RESULT"
19341938
- "EF_CARD_ACCESS"
1939+
- "SHORT_FLIGHT_NUMBER"
1940+
- "AIRLINE_CODE"

p-process.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,10 @@ components:
454454
type: array
455455
items:
456456
$ref: "./e-input-barcode-type.yml#/components/schemas/InputBarcodeType"
457+
strictDLCategoryExpiry:
458+
description: "Set to force DL categories expiry date to affect the overall status or not. As documents usually have their own date of expiry, which might be less or greater than category expiry date, this might be handy for specific cases."
459+
type: boolean
460+
# default: false
457461
required:
458462
- scenario
459463

@@ -586,6 +590,10 @@ components:
586590
type: boolean
587591
description: "This parameter is used to enable LetterScreen check"
588592
# default: false
593+
checkSecurityText:
594+
type: boolean
595+
description: "This parameter is used to enable Security text check"
596+
# default: true
589597

590598

591599
LivenessParams:
@@ -607,6 +615,14 @@ components:
607615
type: boolean
608616
description: "This parameter is used to enable Electronic device detection"
609617
# default: true
618+
checkBlackAndWhiteCopy:
619+
type: boolean
620+
description: "This parameter is used to enable Black and white copy check"
621+
# default: true
622+
checkDynaprint:
623+
type: boolean
624+
description: "This parameter is used to enable Dynaprint check"
625+
# default: true
610626

611627
MeasureSystem:
612628
type: integer

rt-image-quality.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ components:
4040
- 5
4141
- 7
4242
- 9
43+
- 10
4344
x-enum-varnames:
4445
- "ImageGlares"
4546
- "ImageFocus"
@@ -49,6 +50,7 @@ components:
4950
- "Bounds"
5051
- "Portrait"
5152
- "Brightness"
53+
- "Occlusion"
5254
x-enum-descriptions:
5355
- "Signals glare presence on the image"
5456
- "Signals whether image is in focus"
@@ -58,6 +60,7 @@ components:
5860
- "Signals if document is not fully present in the image"
5961
- "Signals if the portrait is present"
6062
- "Signals if the document image is bright enough"
63+
- "Signals if the document image has occlusion"
6164

6265
InputImageQualityChecks:
6366
type: string
@@ -71,6 +74,7 @@ components:
7174
- "documentPosition"
7275
- "portraitCheck"
7376
- "brightnessCheck"
77+
- "occlusionCheck"
7478
x-enum-varnames:
7579
- "Glares"
7680
- "Focus"
@@ -80,6 +84,7 @@ components:
8084
- "Bounds"
8185
- "Portrait"
8286
- "Brightness"
87+
- "Occlusion"
8388
x-enum-descriptions:
8489
- "Signals glare presence on the image"
8590
- "Signals whether image is in focus"
@@ -89,6 +94,7 @@ components:
8994
- "Signals if document is not fully present in the image"
9095
- "Signals if the portrait is present"
9196
- "Signals if the document image is bright enough"
97+
- "Signals if the document image has occlusion"
9298

9399

94100
AreaArray:

0 commit comments

Comments
 (0)