L_OcrEngine_GetRuntimeFileCallback

#include "ltocr.h"

L_LTOCR_API L_INT EXT_CALLBACK L_OcrEngine_GetRuntimeFileCallback(engine, callback, userData)

Gets a pointer to L_OcrRuntimeFileCallback function that was set by calling L_OcrEngine_SetRuntimeFileCallback.

Parameters

L_OcrEngine engine

Handle to the OCR engine.

L_OcrRuntimeFileCallback *callback

Address to L_OcrRuntimeFileCallback variable to be updated with the runtime file callback.

L_VOID **userData

Same user data pointer that was passed when L_OcrEngine_SetRuntimeFileCallback was called.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

Refer to L_OcrEngine_SetRuntimeFileCallback for more information.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS OCR Module - LEAD Engine C API Help