Skip to content

Commit e665509

Browse files
Merge pull request #319 from regulaforensics/feature/49734
49734 - add signature check
2 parents a1fc566 + 8d89769 commit e665509

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
@@ -620,6 +620,19 @@ components:
620620
type: boolean
621621
description: "This parameter is used to enable Security text check"
622622
# default: true
623+
checkProperties:
624+
type: boolean
625+
description: "Set to true to enable detection of the document properties, such as holder's signature and other attributes."
626+
propertiesParams:
627+
$ref: '#/components/schemas/PropertiesParams'
628+
629+
PropertiesParams:
630+
title: "PropertiesParams"
631+
type: object
632+
properties:
633+
checkHoldersSignature:
634+
type: boolean
635+
description: "Set to true to enable detection of the document holder’s signature."
623636

624637
LivenessParams:
625638
title: "LivenessParams"

0 commit comments

Comments
 (0)