Method OcrWin10.Recognize
Overload
Recognizes text in image.
public OcrWord[] Recognize(Bitmap b, bool dispose, double scale)
Parameters
b (Bitmap)
Image. |
dispose (bool)
Call |
scale (double)
Scale factor. |
Returns
OcrWord[]
Recognized words. |
Implements
Remarks
The class that implements this function can use static IOcrEngine functions to prepare the image (scale etc) and get image data.