#include "ltocr.h"
L_LTOCR_API L_INT EXT_FUNCTION L_OcrSettingManager_GetSettingName(settingManager, index, value, count)
Returns friendly name for the setting its index was passed.
Handle to the OCR engine setting manager.
Index of the setting to get its name.
Allocated string buffer to hold the setting name, you should allocate this buffer with enough space for the setting name size, which is 120 characters.
Number of the allocated string buffer elements, this should be _countof(value).
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
This function will fill the value parameter with a friendly name for the setting its index was passed.
Required DLLs and Libraries
For an example, refer to L_OcrEngine_GetSettingManager