  | 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.WindowsAppAssembly: DevScope.Ocr.Tesseract.WindowsApp (in DevScope.Ocr.Tesseract.WindowsApp.dll) Version: 255.255.255.255
Syntaxpublic 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: 
Boolean
See Also