L_OcrEngine_GetEngineType (original) (raw)
Summary
Returns the started OCR engine type.
Syntax
#include "ltocr.h"
L_LTOCR_API L_INT EXT_FUNCTION L_OcrEngine_GetEngineType(engine, value)
Parameters
L_OcrEngine engine
Handle to the OCR engine.
L_OcrEngineType* value
Pointer to a L_OcrEngineType enumeration to be updated with the current start OCR engine type. Currently LEADTOOLS only have L_OcrEngineType_LEAD engine type inside this enum data type.
Returns
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Comments
Returns the started OCR engine type, currently LEADTOOLS only have L_OcrEngineType_LEAD engine type inside this enum data type.
Required DLLs and Libraries
- LTOCR
- For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.
See Also
Functions
- L_OcrEngineManager_CreateEngine
- L_OcrEngine_Startup
- L_OcrEngine_Shutdown
- L_OcrEngine_Destroy
- L_OcrEngine_IsStarted
- L_OcrEngine_GetSettingManager
- L_OcrEngine_GetLanguageManager
- L_OcrEngine_GetSpellCheckManager
- L_OcrEngine_GetZoneManager
- L_OcrEngine_GetDocumentManager
- L_OcrEngine_GetAutoRecognizeManager
- L_OcrEngine_GetWorkDirectory
- L_OcrEngine_GetEngineDirectory
Topics
- Programming with LEADTOOLS OCR Module - LEAD Engine
- Starting and Shutting Down the OCR Engine
- LEADTOOLS OCR Module - LEAD Engine Settings
Example
For an example, refer to L_OcrEngine_Startup