L_OcrLanguageManager_GetSupportedLanguages

#include "ltocr.h"

L_LTOCR_API L_INT EXT_FUNCTION L_OcrLanguageManager_GetSupportedLanguages(languageManager, value, count)

Gets an array of the supported languages by the OCR engine.

Parameters

L_OcrLanguageManager languageManager

OCR engine language manager handle.

L_OcrLanguage** value

Pointer to L_OcrLanguage* variable to be updated with list of supported languages. You should call L_OcrMemory_Free to free the allocated memory.

L_UINT* count

Pointer to L_UINT variable to be updated with number of supported languages.

Returns

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

Comments

Gets an array of the supported languages by the OCR engine.

Note: You should call L_OcrMemory_Free to free the memory allocated for the 'value' parameter.

Required DLLs and Libraries

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