#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). |
| 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.
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. |
For an example, refer to L_OcrEngine_GetLanguageManager.