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: regula/documentreader/webclient/gen/models/process_params.py
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,8 @@ class ProcessParams(BaseModel):
99
99
generate_alpha2_codes: Optional[StrictBool] =Field(default=None, description="Set to generate Alpha-2 codes for nationality and issuing state fields.", alias="generateAlpha2Codes")
100
100
pdf_pages_limit: Optional[StrictInt] =Field(default=None, description="Limits the number of pages to be processed from a PDF file.", alias="pdfPagesLimit")
101
101
disable_auth_resolution_filter: Optional[StrictBool] =Field(default=None, description="This parameter if enabled will ignore the minimum barcode resolution needed to start processing.", alias="disableAuthResolutionFilter")
strict_security_checks: Optional[StrictBool] =Field(default=None, description="When enabled, this parameter marks security checks that don’t meet minimum requirements as 'Failed' (instead of 'WasNotDone'), which causes the overall security status to be 'Failed'.", alias="strictSecurityChecks")
0 commit comments