#include "ltocr.h"
L_LTOCR_API L_INT EXT_FUNCTION L_OcrLanguageManager_IsLanguageSupported(languageManager, value)
| L_OcrLanguageManager languageManager; | handle to the OCR engine language manager |
| L_OcrLanguage value; | language ID to check for |
Determine if a given language is supported by the OCR engine.
| Parameter | Description |
|---|---|
| languageManager | OCR engine language manager handle. |
| value | language ID to check if supported. |
| SUCCESS | Language is supported |
| < 1 | Language is not supported. Refer to Return Codes. |
Determine if a given language is supported 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.