#include "ltocr.h"
L_LTOCR_API L_INT EXT_FUNCTION L_OcrEngine_IsStarted(engine)
Determines if the OCR engine is started.
Handle to the OCR engine.
Value | Meaning |
---|---|
SUCCESS | The engine is started, otherwise no. |
< 1 | An error occurred. Refer to Return Codes. |
This function will determine if the OCR engine is started or not.
Required DLLs and Libraries
For an example, refer to L_OcrEngine_Startup