| Visual Basic (Declaration) | |
|---|---|
Overridable Function GetDeskewAngle() As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
virtual int GetDeskewAngle() | |
| C++/CLI | |
|---|---|
virtual int GetDeskewAngle(); | |
Return Value
The angle of the skew of this image in degrees.For an example, refer to AutoPreprocess.
If the page is not skewed, this method will return 0
Use AutoPreprocess width OcrAutoPreprocessPageCommand.Deskew to automatically deskew the page image prior to calling IOcrPage.Recognize or RecognizeText. This could enhance the quality of the image before starting its recognition
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code