IsSuitableForOcr Method of the ImageProcessingTools Object
This method checks whether the image is suitable for OCR.
Syntax
Visual Basic .NET
Function IsSuitableForOcr(Image As Image) As Boolean
C++
HRESULT IsSuitableForOcr( Image Image, VARIANT_BOOL* Result );
Parameters
- Image
- [in] This variable specifies the full path to the image file.
- Result
- [out, retval] A pointer to a Boolean variable that receives the result of checking. If the value is TRUE, the image is suitable for OCR.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30