| | Name | Description |
|---|
 | GetTextFromImage(Bitmap) |
Recognize a rectangle from an image and return the result as a string.
|
 | GetTextFromImage(OcrPix) |
Recognize a rectangle from an image and return the result as a string.
|
 | GetTextFromImage(String) |
Recognize a rectangle from an image and return the result as a string.
|
 | GetTextFromImage(Bitmap, Rectangle) |
Recognize a rectangle from an image and return the result as a string.
|
 | GetTextFromImage(OcrPix, Rectangle) |
Recognize a rectangle from an image and return the result as a string.
|
 | GetTextFromImage(String, Rectangle) |
Recognize a rectangle from an image and return the result as a string.
|
 | GetTextFromImage(Bitmap, Point, Size) |
Recognize a rectangle from an image and return the result as a string.
|
 | GetTextFromImage(OcrPix, Point, Size) |
Recognize a rectangle from an image and return the result as a string.
|
 | GetTextFromImage(String, Point, Size) |
Recognize a rectangle from an image and return the result as a string.
|
 | GetTextFromImage(Bitmap, Int32, Int32, Int32, Int32) |
Recognize a rectangle from an image and return the result as a string.
|
 | GetTextFromImage(OcrPix, Int32, Int32, Int32, Int32) |
Recognize a rectangle from an image and return the result as a string.
|
 | GetTextFromImage(String, Int32, Int32, Int32, Int32) |
Recognize a rectangle from an image and return the result as a string.
|