diff --git a/src/Regula.DocumentReader.WebClient/Model/ProcessParams.cs b/src/Regula.DocumentReader.WebClient/Model/ProcessParams.cs index 26b4808..2deca30 100644 --- a/src/Regula.DocumentReader.WebClient/Model/ProcessParams.cs +++ b/src/Regula.DocumentReader.WebClient/Model/ProcessParams.cs @@ -119,7 +119,7 @@ protected ProcessParams() { } /// This option can be disabled to stop parsing after barcode is read. Enabled by default.. /// convertCase. /// 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.. - /// When enabled, OCR of perforated fields in the document template will not be performed. Disabled by default.. + /// When enabled, OCR of perforated fields in the document template will not be performed. Enabled by default.. /// 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.. /// 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.. /// This parameter is used to specify the document reader device type from which input images were captured. Default 0.. @@ -489,9 +489,9 @@ public ProcessParams(bool? generateDTCVC = default, List lcidFilter = defa public bool? SplitNames { get; set; } /// - /// When enabled, OCR of perforated fields in the document template will not be performed. Disabled by default. + /// When enabled, OCR of perforated fields in the document template will not be performed. Enabled by default. /// - /// When enabled, OCR of perforated fields in the document template will not be performed. Disabled by default. + /// When enabled, OCR of perforated fields in the document template will not be performed. Enabled by default. [DataMember(Name = "disablePerforationOCR", EmitDefaultValue = false)] public bool? DisablePerforationOCR { get; set; } diff --git a/src/Regula.DocumentReader.WebClient/Model/RFIDErrorCodes.cs b/src/Regula.DocumentReader.WebClient/Model/RFIDErrorCodes.cs index 8259dbc..b8120de 100644 --- a/src/Regula.DocumentReader.WebClient/Model/RFIDErrorCodes.cs +++ b/src/Regula.DocumentReader.WebClient/Model/RFIDErrorCodes.cs @@ -258,9 +258,9 @@ public enum RFIDErrorCodes: long RFID_LAYER6_FILE_EOF1 = 2147508866, /// - /// Enum RFID_LAYER6_FILE_EOF2 for value: 2147511040 + /// Enum RFID_LAYER6_WRONG_PARAMS for value: 2147511040 /// - RFID_LAYER6_FILE_EOF2 = 2147511040, + RFID_LAYER6_WRONG_PARAMS = 2147511040, /// /// Enum RFID_LAYER6_WRONG_LENGTH for value: 2147510016