Show / Hide Table of Contents

Method OcrWin10.Recognize


Overload

Recognizes text in image.

public OcrWord[] Recognize(Bitmap b, bool dispose, double scale)
Parameters
b  (Bitmap)

Image.

dispose  (bool)

Call b.Dispose(). The image will not be used by the caller.

scale  (double)

Scale factor.

Returns
OcrWord[]

Recognized words.

Implements
IOcrEngine.Recognize(Bitmap, bool, double)

Remarks

The class that implements this function can use static IOcrEngine functions to prepare the image (scale etc) and get image data.