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
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -104,8 +104,7 @@ class ProcessParams(BaseModel):
104
104
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'.")
105
105
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.")
106
106
bsi_tr03135_results: SkipValidation[Optional[bool]] =Field(alias="bsiTr03135Results", default=None, description="When enabled, returns processing results in accordance with the BSI TR-03135 standard in addition to the existing processing results.")
107
-
check_holders_signature: SkipValidation[Optional[bool]] =Field(alias="checkHoldersSignature", default=None, description="When enabled, activates detection of the document holder’s signature presence.")
0 commit comments