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
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,6 @@ class ProcessParams(BaseModel):
39
39
"""# noqa: E501
40
40
generate_dtcvc: SkipValidation[Optional[bool]] =Field(alias="generateDTCVC", default=None, description="This parameter is used to generate separate DTC-VC data container from RFID session data.")
41
41
lcid_filter: SkipValidation[Optional[List[LCID]]] =Field(alias="lcidFilter", default=None, description="The list of LCID types to recognize. If empty, values with all LCID types will be extracted. Empty by default.")
42
-
check_liveness: SkipValidation[Optional[bool]] =Field(alias="checkLiveness", default=None, description="This parameter is used to enable document liveness check.")
43
42
lcid_ignore_filter: SkipValidation[Optional[List[LCID]]] =Field(alias="lcidIgnoreFilter", default=None, description="The list of LCID types to ignore during the recognition. If empty, values with all LCID types will be extracted. Narrowing down the list can reduce processing time. Empty by default.")
44
43
one_shot_identification: SkipValidation[Optional[bool]] =Field(alias="oneShotIdentification", default=None, description="This parameter allows processing an image that contains a person and a document and compare the portrait photo from the document with the person's face")
45
44
use_face_api: SkipValidation[Optional[bool]] =Field(alias="useFaceApi", default=None, description="This parameter allows comparing faces on Regula Face Web Service")
@@ -107,7 +106,7 @@ class ProcessParams(BaseModel):
107
106
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.")
108
107
check_vds: SkipValidation[Optional[bool]] =Field(alias="checkVDS", default=None, description="This parameter is used to enable Visible Digital Seal check. Disabled by default.")
109
108
strict_age_check: SkipValidation[Optional[bool]] =Field(alias="strictAgeCheck", default=None, description="When enabled, the age check status affects the overall status.")
0 commit comments