DetectOrientationByText Method of the ImageProcessingTools Object
This method detects the image orientation using the text lines.
Syntax
Visual Basic .NET
Function DetectOrientationByText( _ Image As Image, _ Language As Language, _ ) As RotationTypeEnum
C++
HRESULT DetectOrientationByText( IImage* Image, ILanguage* Language, RotationTypeEnum* Result );
Parameters
- Image
- [in] Refers to the Image object which is to be processed.
- Language
- [in] Refers to the Language object which specifies the language of the text on the image.
- Result
- [out, retval] Returns a RotationTypeEnum constant.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
Remarks
This method returns the image orientation, that is, the angle by which the image was rotated from normal. To detect the angle needed to turn the image the right way up, use the DetectRequiredRotation method. The results returned by the two methods will be the opposite of each other.
See also
15.08.2023 13:19:30