#include "ltocr.h"
L_LTOCR_API L_INT EXT_FUNCTION L_OcrAutoRecognizeManager_AbortAllJobs(autoRecognizeManager)
Aborts all running jobs.
Handle to the OCR engine auto recognize manager.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
This method puts a pending request to abort all running jobs so they abort whenever possible, so the abort won't be instant.
Required DLLs and Libraries
For an example, refer to L_OcrAutoRecognizeManager_RunJobAsync