Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Enum OcrLanguageGroup Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[SerializableAttribute()] public enum OcrLanguageGroup : Enum |
C++/CLI | |
---|---|
[SerializableAttribute()] public enum class OcrLanguageGroup : public Enum |
Member | Description |
---|---|
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. |
Cyrillic | Cyrillic group - Contains the following languages: Russian, Ukrainian, Byelorussian, Bulgarian, Macedonian and Serbian. |
Turkish | Turkish group - Contains the following languages: Turkish and Kurdish (written in Latin alphabet). |
Baltic | Baltic group - Contains the following languages: Estonian, Hawaiian, Latvian and Lithuanian. |
Greek | Greek group - Contains the following languages: Greek. |
Asian | Asian group - Contains the following languages: Chinese Traditional, Chinese Simplified, Japanese and Korean. |
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family