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
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ protected ProcessParams() { }
57
57
/// <param name="updateOCRValidityByGlare">When enabled, fail OCR field validity, if there is a glare over the text field on the image..</param>
58
58
/// <param name="checkRequiredTextFields">When enabled, each field in template will be checked for value presence and if the field is marked as required, but has no value, it will have \"error\" in validity status..</param>
/// <param name="noGraphics">When enabled no graphic fields will be cropped from document image..</param>
63
63
/// <param name="documentAreaMin">Specifies minimal area of the image that document should cover to be treated as candidate when locating. Value should be in range from 0 to 1, where 1 is when document should fully cover the image..</param>
@@ -70,7 +70,7 @@ protected ProcessParams() { }
70
70
/// <param name="forceReadMrzBeforeLocate">This option can be set to true to 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..</param>
71
71
/// <param name="parseBarcodes">This option can be set to false to stop parsing after barcode is read..</param>
0 commit comments