Skip to content

Commit ae3057f

Browse files
49734 - add signature check
1 parent 14ccbb4 commit ae3057f

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

authenticity/e-check-diagnose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ components:
135135
- 247
136136
- 248
137137
- 250
138+
- 260
139+
- 261
140+
- 262
138141
x-enum-varnames:
139142
- "UNKNOWN"
140143
- "PASS"
@@ -265,3 +268,6 @@ components:
265268
- "CHD_ICAO_IDB_SIGNATURE_MUST_NOT_BE_PRESENT"
266269
- "CHD_ICAO_IDB_CERTIFICATE_MUST_NOT_BE_PRESENT"
267270
- "CHD_INCORRECT_OBJECT_COLOR"
271+
- "PROPERTY_NO_SIGNATURE"
272+
- "PROPERTY_TEXT_AS_SIGNATURE"
273+
- "PROPERTY_FINGERPRINT_AS_SIGNATURE"

authenticity/e-result-type.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ components:
2929
- 4194304
3030
- 8388608
3131
- 16777216
32+
- 33554432
3233
x-enum-descriptions:
3334
- "Document luminescence check in UV light"
3435
- "B900 ink MRZ contrast check in IR light"
@@ -52,6 +53,7 @@ components:
5253
- "Extended OCR Check"
5354
- "Extended MRZ check"
5455
- "Encrypted IPI"
56+
- "Document property check"
5557
x-enum-varnames:
5658
- "UV_LUMINESCENCE"
5759
- "IR_B900"
@@ -75,3 +77,4 @@ components:
7577
- "EXTENDED_OCR_CHECK"
7678
- "EXTENDED_MRZ_CHECK"
7779
- "ENCRYPTED_IPI"
80+
- "PROPERTY"

e-security-feature-type.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ components:
6767
- 59
6868
- 60
6969
- 61
70+
- 62
7071
x-enum-descriptions:
7172
- "Blank element"
7273
- "Personalization element"
@@ -129,6 +130,7 @@ components:
129130
- "Barcode vs ghost portrait comparison"
130131
- "Ghost vs live camera portrait comparison"
131132
- "External vs ghost portrait comparison"
133+
- "Signature presence"
132134
x-enum-varnames:
133135
- "BLANK"
134136
- "FILL"
@@ -191,3 +193,4 @@ components:
191193
- "PORTRAIT_COMPARISON_BARCODE_VS_GHOST"
192194
- "PORTRAIT_COMPARISON_GHOST_VS_LIVE"
193195
- "PORTRAIT_COMPARISON_EXT_VS_GHOST"
196+
- "SIGNATURE_PRESENCE"

p-process.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,19 @@ components:
614614
type: boolean
615615
description: "This parameter is used to enable Security text check"
616616
# default: true
617+
checkProperties:
618+
type: boolean
619+
description: "Set to true to enable detection of the document properties, such as holder's signature and other attributes."
620+
propertiesParams:
621+
$ref: '#/components/schemas/PropertiesParams'
622+
623+
PropertiesParams:
624+
title: "PropertiesParams"
625+
type: object
626+
properties:
627+
checkHoldersSignature:
628+
type: boolean
629+
description: "Set to true to enable detection of the document holder’s signature."
617630

618631
LivenessParams:
619632
title: "LivenessParams"

0 commit comments

Comments
 (0)