L_OcrSpellCheckManager_IsLanguageSupported

Summary

Determine whether a given spell language is supported by the current spell checker.

Syntax

#include "ltocr.h"

L_LTOCR_API L_INT EXT_FUNCTION L_OcrSpellCheckManager_IsLanguageSupported(spellCheckManager, value)

Parameters

L_OcrSpellCheckManager spellCheckManager

OCR engine spell check manager handle.

L_OcrLanguage value

language ID to check if supported

Returns

Value Meaning
SUCCESS Language is supported
< 1 Language is not supported. Refer to Return Codes.

Comments

Determine whether a given spell language is supported by the current spell checker.

You can get the names of all the spell languages supported by the engine with the L_OcrSpellCheckManager_GetSupportedLanguages method.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to L_OcrEngine_GetSpellCheckManager

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.