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
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -105,8 +105,9 @@ class ProcessParams(BaseModel):
105
105
strict_security_checks: SkipValidation[Optional[bool]] =Field(alias="strictSecurityChecks", 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'.")
106
106
return_transliterated_fields: SkipValidation[Optional[bool]] =Field(alias="returnTransliteratedFields", default=None, description="Allows transliteration to be turned on or off; by default, it is enabled.")
strict_expiry_date: SkipValidation[Optional[bool]] =Field(alias="strictExpiryDate", default=None, description="When disabled, date of expiry doesn't affect the mrz and text statuses.")
strict_expiry_date: SkipValidation[Optional[bool]] =Field(alias="strictExpiryDate", default=None, description="When disabled, date of expiry doesn't affect the MRZ and text statuses.")
109
+
check_vds: SkipValidation[Optional[bool]] =Field(alias="checkVDS", default=None, description="This parameter is used to enable Visible Digital Seal check. Disabled by default.")
0 commit comments