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
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -309,9 +309,14 @@ components:
309
309
# default: false
310
310
imageQa:
311
311
$ref: "#/components/schemas/ImageQA"
312
+
strictImageQuality:
313
+
description: "When enabled, the image quality check status affects the document optical and overall status. Disabled by default."
314
+
type: boolean
315
+
# default: false
312
316
respectImageQuality:
313
-
description: "When enabled, image quality checks status affects document optical and overall status. Disabled by default."
317
+
description: "Deprecated. Please use strictImageQuality instead. When enabled, image quality checks status affects document optical and overall status. Disabled by default."
314
318
type: boolean
319
+
deprecated: true
315
320
# default: false
316
321
forceDocFormat:
317
322
description: "Force use of specified document format when locating and recognizing document to reduce the number of candidates."
0 commit comments