Click or drag to resize
TesseractOcrJobRequestImagePreProcessingAutoInvert Property
Negative documents are documents that have a reverse color photometry: text is white, and the background is black. Since the OCR document recognition assumes the opposite, this filter automatically detects and inverts color photometry in a image.

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 bool AutoInvert { get; set; }

Property Value

Type: Boolean
See Also