recognizeText method of the IRecognitionCoreAPI interface
Performs recognition of a single image.
TextBlock[] recognizeText(
Bitmap image,
TextRecognitionCallback callback
);
Parameters
- image
- The image to be recognized.
- callback
- An object implementing the TextRecognitionCallback interface which will be used to report progress and terminate the processing if required.
Return values
The method returns an array of TextBlock objects which contain the results of recognition for the text areas found on the image.
3/2/2022 12:59:15 PM