| TesseractOcrJobRequestImagePreProcessingAutoDeskew Property |
Deskew filter, also called auto straighten, is the automatic rotation of an image such that the text is vertically aligned.
This is great for straighten up scanned documents.
Namespace: DevScope.Ocr.Tesseract.WindowsPhoneAssembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax public bool AutoDeskew { get; set; }
Public Property AutoDeskew As Boolean
Get
Set
public:
virtual property bool AutoDeskew {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also