| TesseractOcrJobRequestImagePreProcessingAutoCleanBlackBorders Property |
Automatically eliminates black borders from page images and helps to reduce image complexity.
Namespace: DevScope.Ocr.Tesseract.WindowsPhoneAssembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax public bool AutoCleanBlackBorders { get; set; }
Public Property AutoCleanBlackBorders As Boolean
Get
Set
public:
virtual property bool AutoCleanBlackBorders {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also