Leadtools.Forms.Ocr Namespace : IOcrEngine Interface |
The following tables list the members exposed by IOcrEngine.
Name | Description | |
---|---|---|
AutoRecognizeManager | Support for one shot "fire and forget" OCR operations. | |
DocumentManager | Allows you to create new OCR documents and to get information regarding the various document formats supported by this IOcrEngine. | |
DocumentWriterInstance | Gets the instance of the Leadtools.Forms.DocumentWriters.DocumentWriter object being used inside this IOcrEngine. | |
EngineType | Gets the type of this IOcrEngine. | |
IsStarted | Determines whether this IOcrEngine has been started and is ready to be used. | |
LanguageManager | Provides access to the language environment of the character sets used by this IOcrEngine. | |
RasterCodecsInstance | Gets the instance of the Leadtools.Codecs.RasterCodecs object being used inside this IOcrEngine. | |
SettingManager | Manages the underlying engine-specific settings of this IOcrEngine. | |
SpellCheckManager | Manages the spell checking subsystem. | |
WorkDirectory | Gets the path to the work directory used by this IOcrEngine to store the engine temporary files. | |
ZoneManager | Provides support for determining the various zone types, recognition modules and fill methods supported by this engine type. |
Name | Description | |
---|---|---|
GetErrorCodeString | Gets a string description of an engine-specific error code value. | |
GetLastStatistic | Gets the accuracy and timing data of the latest successful recognition process. | |
Shutdown | Shuts down the OCR engine and frees all resources and memory allocated to it. | |
Startup | Starts the OCR engine. |