LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
IsLanguageGroupSupported Method
See Also 
Leadtools.Forms.Ocr Namespace > IOcrLanguageManager Interface : IsLanguageGroupSupported Method



languageGroup
The language group to check.

The IsLanguageGroupSupported Method is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

languageGroup
The language group to check.
Gets a value that determine if a language group is installed on the system.

Syntax

Visual Basic (Declaration) 
Function IsLanguageGroupSupported( _
   ByVal languageGroup As OcrLanguageGroup _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IOcrLanguageManager
Dim languageGroup As OcrLanguageGroup
Dim value As Boolean
 
value = instance.IsLanguageGroupSupported(languageGroup)
C# 
bool IsLanguageGroupSupported( 
   OcrLanguageGroup languageGroup
)
C++/CLI 
bool IsLanguageGroupSupported( 
   OcrLanguageGroup languageGroup
) 

Parameters

languageGroup
The language group to check.

Return Value

An array of Leadtools.Forms.Ocr.OcrLanguageGroup values containing the language groups installed on the system.

Example

For an example, refer to GetSupportedLanguageGroups.

Remarks

Use the GetSupportedLanguageGroups method to get all the installed language groups.

The various LEADTOOLS OCR engines ships with default OCR language packs. Additional language packs can be downloaded from the LEAD Technologies' website at http://www.leadtools.com.

The language environment defines the character set(s) recognized by the OCR engine. For example, if you enable the English and German languages, the German characters (ä, Ä, é, ö, Ö, ü, Ü, ß) will be combined with the English characters to define the set recognized by the engine. The language environment does not perform spell checking however, for that, refer to IOcrSpellCheckManager.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

IsLanguageGroupSupported requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features