Skip to content

Commit

Permalink
fix image qa param names
Browse files Browse the repository at this point in the history
  • Loading branch information
hleb-albau committed Jul 29, 2021
1 parent c3f39d8 commit 5a1721b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions p-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,19 +382,19 @@ components:
degrees. If actual document perspective angle is above this threshold, check will fail."
type: integer
# default: 5
disableFocusCheck:
focusCheck:
description: "This option disabled focus check during performing image quality validation"
type: boolean
# default: false
disableGlaresCheck:
# default: true
glaresCheck:
description: "This option disabled glares check during performing image quality validation"
type: boolean
# default: false
disableColornessCheck:
# default: true
colornessCheck:
description: "This option disabled colorness check during performing image quality validation"
type: boolean
# default: false
disableMoireCheck:
moireCheck:
description: "This option disabled moire patterns check during performing image quality validation"
type: boolean
# default: false
Expand Down

0 comments on commit 5a1721b

Please sign in to comment.