#include "ltocr.h"
L_LTOCR_API L_INT EXT_FUNCTION L_OcrAutoRecognizeJob_Destroy(autoRecognizeJob)
L_OcrAutoRecognizeJob* autoRecognizeJob; | L_OcrAutoRecognizeJob handle to destroy |
Destroy the OCR job.
Parameter | Description |
---|---|
autoRecognizeJob | L_OcrAutoRecognizeJob handle to destroy. |
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
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_OcrAutoRecognizeManager_RunJobAsync.