public int GetDeskewAngle()
Function GetDeskewAngle() As Integer
- (NSInteger)deskewAngle:(NSError **)error
public int getDeskewAngle()
int GetDeskewAngle();
The angle of the skew of this image expressed in tenth of degrees.
If the page is not skewed, this method will return 0
Use AutoPreprocess with OcrAutoPreprocessPageCommand.Deskew to automatically deskew the page image prior to calling Recognize. This could enhance the quality of the image before starting its recognition.
If the image is skewed, GetDeskewAngle will return the angle needed to deskew the image, if you call AutoPreprocess on the page, all subsequent calls to GetDeskewAngle will return 0 since the image is no longer skewed. Hence, you must use GetDeskewAngle before calling AutoPreprocess.
Use GetPreprocessValues to obtain the accumulative pre-processing values applied to this IOcrPage.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document