From 10c348f6a6da9ef33364aff4a427e30599848904 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 1 Jun 2026 11:09:51 +0000 Subject: [PATCH] Commit: e81932fb --- src/Regula.DocumentReader.WebClient/Model/ProcessParams.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; }