L_OcrLanguageManager_GetSupportedLanguages

Summary

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

Syntax

#include "ltocr.h"

L_LTOCR_API L_INT EXT_FUNCTION L_OcrLanguageManager_GetSupportedLanguages(languageManager, value, count)

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

See Also

Functions

Topics

Example

For an example, refer to L_OcrEngine_GetLanguageManager

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

LEADTOOLS OCR Module - LEAD Engine C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.