L_OcrLanguageManager_EnableLanguages

Summary

Enable the language environment of the character sets used by the OCR engine.

Syntax

#include "ltocr.h"

L_LTOCR_API L_INT EXT_FUNCTION L_OcrLanguageManager_EnableLanguages(languageManager, value, count)

Parameters

L_OcrLanguageManager languageManager

OCR engine language manager handle.

const L_OcrLanguage* value

An array of languages IDs to enable.

L_UINT count

Number of elements passed for 'value' parameter, this should be the _countof(value).

Returns

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

Comments

Enable the language environment of the character sets used by the OCR engine.

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.