You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: p-process.yml
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -321,9 +321,14 @@ components:
321
321
# default: false
322
322
imageQa:
323
323
$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
324
328
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."
326
330
type: boolean
331
+
deprecated: true
327
332
# default: false
328
333
forceDocFormat:
329
334
description: "Force use of specified document format when locating and recognizing document to reduce the number of candidates."
@@ -437,6 +442,10 @@ components:
437
442
type: boolean
438
443
description: "This parameter is used to generate numeric representation for issuing state and nationality codes"
439
444
# 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."
0 commit comments