Visual Basic (Declaration) | |
---|---|
Overridable Function GetSupportedLanguageGroups() As OcrLanguageGroup() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual OcrLanguageGroup[] GetSupportedLanguageGroups() |
C++/CLI | |
---|---|
virtual array<OcrLanguageGroup>^ GetSupportedLanguageGroups(); |
Return Value
An array of OcrLanguageGroup values containing the language groups installed on the system.This example will list the language groups installed on the system.
Visual Basic | Copy Code |
---|---|
Public Sub OcrLanguageGroupsExample() |
C# | Copy Code |
---|---|
public void OcrLanguageGroupsExample() |
Use the IsLanguageGroupSupported method to determine if an individual language group is installed on the system.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Reference
IOcrLanguageManager InterfaceIOcrLanguageManager Members
IOcrLanguageManager Interface
GetSupportedLanguages Method
IsLanguageSupported Method
EnableLanguages Method
GetEnabledLanguages Method
OcrLanguageGroup Enumeration
IsLanguageGroupSupported Method
IOcrEngine.Startup
IOcrEngine.IsStarted
IOcrEngine.Shutdown
OcrEngineManager Class
OcrEngineType Enumeration
Programming with Leadtools .NET OCR
Files to be Included with Your Application