Click or drag to resize
TesseractOcrImageAdaptiveThresholdingSettings Properties

The TesseractOcrImageAdaptiveThresholdingSettings type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Gets or Sets a value indicating whether adaptive thresholding (a.k.a. local or dynamic thresholding) should be used when thresholding the page image.
Public propertyHalfLocalWindow
Gets or Sets the Local window half size. Must always be greater than 3. The default value is 10.
Public propertyWeightingFactor
Gets or Sets the pixel value intensity Weighting factor. The default value is 0.15.
Top
See Also