Enable the language environment of the character sets used by the OCR engine.
#include "ltocr.h"
L_LTOCR_API L_INT EXT_FUNCTION L_OcrLanguageManager_EnableLanguages(languageManager, value, count)
OCR engine language manager handle.
An array of languages IDs to enable.
Number of elements passed for 'value' parameter, this should be the _countof(value).
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Enable the language environment of the character sets used by the OCR engine.
For an example, refer to L_OcrEngine_GetLanguageManager