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
@@ -98,7 +98,8 @@ class ProcessParams(BaseModel):
98
98
strict_dl_category_expiry: Optional[StrictBool] =Field(default=None, description="Set to force DL categories expiry date to affect the overall status or not. As documents usually have their own date of expiry, which might be less or greater than category expiry date, this might be handy for specific cases.", alias="strictDLCategoryExpiry")
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")
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")
0 commit comments