OcrEngineManager Class Members
In This Topic
The following tables list the members exposed by
OcrEngineManager.
Public Constructors
| Name | Description |
 | OcrEngineManager | Overloaded. Initializes a new instance of the class. |
Public Properties
Public Methods
| Name | Description |
 | GetSupportedLanguages | Returns an array of languages, which can be recognized by specified OCR engine type. |
 | IsEngineTypeSupported | Returns a value indicating whether this manager supports OCR engines of specified type. |
 | Recognize | Overloaded. Recognizes text in the whole image and returns the result as . |
Public Events
| Name | Description |
 | Progress | Occurs when text recognition is in progress. |
See Also