L_OcrLanguageManager_EnableLanguages

#include "ltocr.h"

L_LTOCR_API L_INT EXT_FUNCTION L_OcrLanguageManager_EnableLanguages(languageManager, value, count)

L_OcrLanguageManager languageManager; handle to the OCR engine language manager
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)

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

Parameter Description
languageManager OCR engine language manager handle.
value An array of languages IDs to enable.
count Number of elements passed for 'value' parameter, this should be the _countof(value).

Returns

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

LTOCR
For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.
Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Advantage OCR C API Help