regulaforensics / DocumentReader-web-openapi

OpenAPI definitions of Regula Document Reader web application

Home Page:https://dev.regulaforensics.com/DocumentReader-web-openapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add processParam.imageQA.angleThreshold and processParam.imageQA.dpiThreshold into request

ikliashchou opened this issue · comments

processParam.imageQA.dpiThreshold
number

this parameter sets threshold for Image QA check of the presented document physical dpi. If actual document dpi is below this threshold, check will fail. If not set, defaults to 150.

processParam.imageQA.angleThreshold
number

this parameter sets threshold for Image QA check of the presented document perspective angle in degrees. If actual document perspective angle is above this threshold, check will fail. If not set, defaults to 5.