The OcrLanguageGroup Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
The language groups supported by this IOcrEngineVisual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Enum OcrLanguageGroup Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OcrLanguageGroup |
C# | |
---|---|
[SerializableAttribute()] public enum OcrLanguageGroup : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[SerializableAttribute()] public enum class OcrLanguageGroup : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Asian | Asian group - Contains the following languages: Chinese Traditional, Chinese Simplified, Japanese and Korean. |
Baltic | Baltic group - Contains the following languages: Estonian, Hawaiian, Latvian and Lithuanian. |
Cyrillic | Cyrillic group - Contains the following languages: Russian, Ukrainian, Byelorussian, Bulgarian, Macedonian and Serbian. |
Greek | Greek group - Contains the following languages: Greek. |
Latin1 | Latin 1 group - Contains the following languages: English, German, French, Spanish, Italian, Dutch, Swedish, Norwegian, Finnish, Danish, Portuguese, Portuguese (Brasilian), Catalan, Afrikaans, Aymara, Basque, Breton, Faroese, Friulian, Gaelic, Galician, Eskimo, Icelandic, Indonesian, Latin, Malaysian, Pidgin English, Swahili, Tahitian, Welsh and Frisian. |
Latin2 | Latin 2 group - Contains the following languages: Polish, Czech, Hungarian, Romanian, Albanian, Croatian, Wend (Sorbian), Slovak and Slovenian. |
Turkish | Turkish group - Contains the following languages: Turkish and Kurdish (written in Latin alphabet). |
This enumeration is used by the IOcrLanguageManager.GetSupportedLanguageGroup and IOcrLanguageManager.IsLanguageGroupSupported methods to determine which OCR language group is currently installed on your system.
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.
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.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Ocr.OcrLanguageGroup
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7