Skip to content

Commit 1bef71f

Browse files
author
regula-bot
committed
Merge remote-tracking branch 'origin/stable'
2 parents 5d6d750 + bce145d commit 1bef71f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

regula/documentreader/webclient/gen/models/process_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class ProcessParams(BaseModel):
8080
parse_barcodes: SkipValidation[Optional[bool]] = Field(alias="parseBarcodes", default=None, description="This option can be disabled to stop parsing after barcode is read. Enabled by default.")
8181
convert_case: SkipValidation[Optional[TextPostProcessing]] = Field(alias="convertCase", default=None)
8282
split_names: SkipValidation[Optional[bool]] = Field(alias="splitNames", default=None, description="When enabled, the Surname and GivenNames fields from MRZ will be divided into ft_First_Name, ft_Second_Name, ft_Third_Name, ft_Fourth_Name, ft_Last_Name fields. Disabled by default.")
83-
disable_perforation_ocr: SkipValidation[Optional[bool]] = Field(alias="disablePerforationOCR", default=None, description="When enabled, OCR of perforated fields in the document template will not be performed. Disabled by default.")
83+
disable_perforation_ocr: SkipValidation[Optional[bool]] = Field(alias="disablePerforationOCR", default=None, description="When enabled, OCR of perforated fields in the document template will not be performed. Enabled by default.")
8484
document_group_filter: SkipValidation[Optional[List[DocumentType]]] = Field(alias="documentGroupFilter", default=None, description="List of specific eligible document types from DocumentType enum to recognize from. You may, for example, specify only passports to be recognized by setting this property. Empty by default.")
8585
process_auth: SkipValidation[Optional[int]] = Field(alias="processAuth", default=None, description="Authenticity checks that should be performed regardless of the document type. The available checks are listed in the eRPRM_Authenticity enum. Note that only supported by your license checks can be added.")
8686
device_id: SkipValidation[Optional[int]] = Field(alias="deviceId", default=None, description="This parameter is used to specify the document reader device type from which input images were captured. Default 0.")

regula/documentreader/webclient/gen/models/rfid_error_codes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class RFIDErrorCodes(int, Enum):
6363
RFID_LAYER6_GENERAL_AUTH_FAILURE = 2248147721
6464
RFID_LAYER6_FILE_NOT_FOUND = 2147510914
6565
RFID_LAYER6_FILE_EOF1 = 2147508866
66-
RFID_LAYER6_FILE_EOF2 = 2147511040
66+
RFID_LAYER6_WRONG_PARAMS = 2147511040
6767
RFID_LAYER6_WRONG_LENGTH = 2147510016
6868
RFID_LAYER6_INCORRECT_PARAMS = 2147510912
6969
RFID_LAYER6_NO_REFERENCE_DATA = 2147510920

0 commit comments

Comments
 (0)