#include "ltocr.h"
L_LTOCR_API L_INT EXT_FUNCTION L_OcrAutoRecognizeJob_Destroy(autoRecognizeJob)
Destroy the OCR job.
L_OcrAutoRecognizeJob handle to destroy.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Destroy the OCR job created using L_OcrAutoRecognizeManager_CreateJob function when no longer needed.
Required DLLs and Libraries
For an example, refer to L_OcrAutoRecognizeManager_RunJobAsync