Click or drag to resize

OcrApiGetTextFromImage Method

Overload List
 NameDescription
Public methodGetTextFromImage(Bitmap) Recognize a rectangle from an image and return the result as a string.
Public methodGetTextFromImage(OcrPix) Recognize a rectangle from an image and return the result as a string.
Public methodGetTextFromImage(String) Recognize a rectangle from an image and return the result as a string.
Public methodGetTextFromImage(Bitmap, Rectangle) Recognize a rectangle from an image and return the result as a string.
Public methodGetTextFromImage(OcrPix, Rectangle) Recognize a rectangle from an image and return the result as a string.
Public methodGetTextFromImage(String, Rectangle) Recognize a rectangle from an image and return the result as a string.
Public methodGetTextFromImage(Bitmap, Point, Size) Recognize a rectangle from an image and return the result as a string.
Public methodGetTextFromImage(OcrPix, Point, Size) Recognize a rectangle from an image and return the result as a string.
Public methodGetTextFromImage(String, Point, Size) Recognize a rectangle from an image and return the result as a string.
Public methodGetTextFromImage(Bitmap, Int32, Int32, Int32, Int32) Recognize a rectangle from an image and return the result as a string.
Public methodGetTextFromImage(OcrPix, Int32, Int32, Int32, Int32) Recognize a rectangle from an image and return the result as a string.
Public methodGetTextFromImage(String, Int32, Int32, Int32, Int32) Recognize a rectangle from an image and return the result as a string.
Top
See Also