Determines if the OCR engine is started.
#include "ltocr.h"
L_LTOCR_API L_INT EXT_FUNCTION L_OcrEngine_IsStarted(engine)
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.
For an example, refer to L_OcrEngine_Startup