Click or drag to resize
TesseractOcrImageAdaptiveThresholdingSettingsEnabled Property
Gets or Sets a value indicating whether adaptive thresholding (a.k.a. local or dynamic thresholding) should be used when thresholding the page image.

Namespace: DevScope.Ocr.Tesseract.WindowsPhone
Assembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax
public bool Enabled { get; set; }

Property Value

Type: Boolean
true if Enabled; otherwise, false.
See Also