File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -228,9 +228,25 @@ components:
228228 is marked as required, but has no value, it will have "error" in validity status.'
229229 type : boolean
230230 default : false
231+ imageQA :
232+ $ref : ' #/components/schemas/ImageQA'
231233 required :
232234 - scenario
233235
236+ ImageQA :
237+ type : object
238+ properties :
239+ dpiThreshold :
240+ description : " This parameter sets threshold for Image QA check of the presented document physical dpi. If
241+ actual document dpi is below this threshold, check will fail."
242+ type : number
243+ default : 150
244+ angleThreshold :
245+ description : " This parameter sets threshold for Image QA check of the presented document perspective angle in
246+ degrees. If actual document perspective angle is above this threshold, check will fail."
247+ type : number
248+ default : 5
249+
234250 ProcessRequestImage :
235251 type : object
236252 required :
You can’t perform that action at this time.
0 commit comments