L_OcrSpellCheckManager_GetSupportedLanguages

Summary

Gets the languages supported by the current spell check engine.

Syntax

#include "ltocr.h"

L_LTOCR_API L_INT EXT_FUNCTION L_OcrSpellCheckManager_GetSupportedLanguages(spellCheckManager, value, count)

Parameters

L_OcrSpellCheckManager spellCheckManager

OCR engine spell check manager handle.

L_OcrLanguage** value

Pointer to L_OcrLanguage* variable to be updated with list of supported spell check 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 spell check languages.

Returns

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

Comments

Gets the languages supported by the current spell check engine. These returned languages reflects the dictionary files found inside your LEADTOOLS OCR Module - LEAD Engine runtime folder.

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_GetSpellCheckManager

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.