CalcSuitableForOcr Method of the ImageProcessingTools Object
This method calculates the probability of the image to be suitable for OCR.
Syntax
Visual Basic .NET
Function CalcSuitableForOcr(Image As Image) As Double
C++
HRESULT CalcSuitableForOcr(
Image Image,
double* Result
);
Parameters
- Image
- [in] This variable specifies the full path to the image file.
- Result
- [out, retval] A pointer to a Double variable that receives the result of checking. The returned value will be in the interval from 0.0 to 1.0.
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