Skip to content

Commit 31a7e2d

Browse files
Merge remote-tracking branch 'origin/develop' into fix/SP-18211
# Conflicts: # p-process.yml
2 parents d10e097 + f7f6f46 commit 31a7e2d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

p-process.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,14 @@ components:
321321
# default: false
322322
imageQa:
323323
$ref: "#/components/schemas/ImageQA"
324+
strictImageQuality:
325+
description: "When enabled, the image quality check status affects the document optical and overall status. Disabled by default."
326+
type: boolean
327+
# default: false
324328
respectImageQuality:
325-
description: "When enabled, image quality checks status affects document optical and overall status. Disabled by default."
329+
description: "Deprecated. Please use strictImageQuality instead. When enabled, image quality checks status affects document optical and overall status. Disabled by default."
326330
type: boolean
331+
deprecated: true
327332
# default: false
328333
forceDocFormat:
329334
description: "Force use of specified document format when locating and recognizing document to reduce the number of candidates."
@@ -437,6 +442,10 @@ components:
437442
type: boolean
438443
description: "This parameter is used to generate numeric representation for issuing state and nationality codes"
439444
# default: false
445+
strictBarcodeDigitalSignatureCheck:
446+
type: boolean
447+
description: "This parameter if enabled will require all necessary certificates to verify digital signature in barcode data to be present in order for the Barcode format check to succeed."
448+
# default: false
440449

441450
MRZFormat:
442451
title: "MRZFormat"

0 commit comments

Comments
 (0)