L_OcrLanguageManager_EnableLanguages

#include "ltocr.h"

L_LTOCR_API L_INT EXT_FUNCTION L_OcrLanguageManager_EnableLanguages(languageManager, value, count)

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

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

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