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: src/Regula.DocumentReader.WebClient/Model/ProcessParams.cs
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,6 @@ protected ProcessParams() { }
117
117
/// <param name="minimalHolderAge">This options allows specifying the minimal age in years of the document holder for the document to be considered valid..</param>
118
118
/// <param name="returnUncroppedImage">When enabled, returns input images in output. Disabled by default..</param>
119
119
/// <param name="mrzFormatsFilter">This option allows limiting MRZ formats to be recognized by specifying them in array..</param>
120
-
/// <param name="forceReadMrzBeforeLocate">When enabled, make sure that in series processing MRZ is located fully inside the result document image, if present on the document. Enabling this option may add extra processing time, by disabling optimizations, but allows more stability in output image quality. Disabled by default..</param>
121
120
/// <param name="parseBarcodes">This option can be disabled to stop parsing after barcode is read. Enabled by default..</param>
/// <param name="splitNames">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..</param>
@@ -146,7 +145,8 @@ protected ProcessParams() { }
146
145
/// <param name="bsiTr03135">bsiTr03135.</param>
147
146
/// <param name="strictExpiryDate">When disabled, date of expiry doesn't affect the MRZ and text statuses..</param>
148
147
/// <param name="checkVDS">This parameter is used to enable Visible Digital Seal check. Disabled by default..</param>
/// When enabled, make sure that in series processing MRZ is located fully inside the result document image, if present on the document. Enabling this option may add extra processing time, by disabling optimizations, but allows more stability in output image quality. Disabled by default.
488
-
/// </summary>
489
-
/// <value>When enabled, make sure that in series processing MRZ is located fully inside the result document image, if present on the document. Enabling this option may add extra processing time, by disabling optimizations, but allows more stability in output image quality. Disabled by default.</value>
0 commit comments