| 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.WindowsPhoneAssembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax public bool Enabled { get; set; }
Public Property Enabled As Boolean
Get
Set
public:
virtual property bool Enabled {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
Booleantrue if Enabled; otherwise,
false.
See Also