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