Skip to content

Commit d37e62d

Browse files
GubinAlexanderKirylKovaliovikliashchou
authored
SP-19488: Add strictImageQuality (#206)
* SP-19488: Add strictImageQuality * Update p-process.yml --------- Co-authored-by: Kiryl Kovaliov <kkirusha@gmail.com> Co-authored-by: Ihar Kliashchou <ihar.kliashchou@gmail.com>
1 parent 4a3cab3 commit d37e62d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

p-process.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,14 @@ components:
309309
# default: false
310310
imageQa:
311311
$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
312316
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."
314318
type: boolean
319+
deprecated: true
315320
# default: false
316321
forceDocFormat:
317322
description: "Force use of specified document format when locating and recognizing document to reduce the number of candidates."

0 commit comments

Comments
 (0)