Click or drag to resize
TesseractOcrJobRequestImagePreProcessingLocalAdaptiveThresholding Property
Thresholding is the simplest way to segment objects from a background. If that background is relatively uniform, then you should leave this setting to null or set its Enabled property to false (which is the default behaviour) and a global threshold value will be used to binarize the image by pixel-intensity. If there’s large variation in the background intensity (like a camera image), however, adaptive thresholding (a.k.a. local or dynamic thresholding) may produce better results.

Namespace: DevScope.Ocr.Tesseract.Windows
Assembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public TesseractOcrImageAdaptiveThresholdingSettings LocalAdaptiveThresholding { get; set; }

Property Value

Type: TesseractOcrImageAdaptiveThresholdingSettings
See Also