In This Topic
GdPicture14 Namespace / OCRLanguage Enumeration

OCRLanguage Enumeration

In This Topic
Specifies the known languages to be used during OCR processes.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum OCRLanguage 
   Inherits System.Enum
[ComVisible(true)]
public enum OCRLanguage : System.Enum 
public enum OCRLanguage = class(System.Enum)
ComVisibleAttribute()
public enum OCRLanguage extends System.Enum
[ComVisible(true)]
__value public enum OCRLanguage : public System.Enum 
[ComVisible(true)]
public enum class OCRLanguage : public System.Enum 
Members
MemberValueDescription
Afrikaans0Afrikaans - the code is afr.
Albanian79Albanian - the code is sqi.
Amharic1Amharic - the code is amh.
Arabic2Arabic - the code is ara.
Assamese3Assamese - the code is asm.
Azerbaijani4Azerbaijani - the code is aze.
AzerbaijaniCyrillic5Azerbaijani - Cyrillic - the code is aze_cyrl.
Basque25Basque - the code is eus.
Belarusian6Belarusian - the code is bel.
Bengali7Bengali - the code is ben.
Bosnian9Bosnian - the code is bos.
Bulgarian10Bulgarian - the code is bul.
Burmese62Burmese - the code is mya.
CatalanValencian11Catalan, Valencian - the code is cat.
Cebuano12Cebuano - the code is ceb.
CentralKhmer49Central Khmer - the code is khm.
Cherokee16Cherokee - the code is chr.
ChineseSimplified14Chinese - Simplified - the code is chi_sim.
ChineseTraditional15Chinese - Traditional - the code is chi_tra.
Croatian36Croatian - the code is hrv.
Czech13Czech - the code is ces.
Danish18Danish - the code is dan.
Dutch64Dutch, Flemish - the code is nld.
Dzongkha20Dzongkha - the code is dzo.
English22English - the code is eng.
Esperanto23Esperanto - the code is epo.
Estonian24Estonian - the code is est.
Finnish27Finnish - the code is fin.
Frankish29Frankish - the code is frk.
French28French - the code is fra.
Galician31Galician - the code is glg.
Georgian46Georgian - the code is kat.
Georgian_Old47Georgian Old- the code is kat_old.
German19German - the code is deu.
Greek21Greek (Modern (1453-)) - the code is ell.
GreekAncient99Greek (Ancient (-1453)) - the code is grc.
Gujarati32Gujarati - the code is guj.
HaitianCreole33Haitian, Haitian Creole - the code is hat.
Hebrew34Hebrew - the code is heb.
Hindi35Hindi - the code is hin.
Hungarian37Hungarian - the code is hun.
Icelandic40Icelandic - the code is isl.
Indonesian39Indonesian - the code is ind.
Inuktitut38Inuktitut - the code is iku.
Irish30Irish - the code is gle.
Italian41Italian - the code is ita.
Italian_Old42Italian Old- the code is ita_old.
Japanese44Japanese - the code is jpn.
Javanese43Javanese - the code is jav.
Kannada45Kannada - the code is kan.
Kazakh48Kazakh - the code is kaz.
Kirghiz50Kirghiz, Kyrgyz - the code is kir.
Korean51Korean - the code is kor.
Kurdish52Kurdish - the code is kur.
Lao53Lao - the code is lao.
Latin54Latin - the code is lat.
LatinScript100 Latin script dictionary.
Latvian55Latvian - the code is lav.
Lithuanian56Lithuanian - the code is lit.
Macedonian59Macedonian - the code is mkd.
Malay61Malay - the code is msa.
Malayalam57Malayalam - the code is mal.
Maltese60Maltese - the code is mlt.
Marathi58Marathi - the code is mar.
Nepali63Nepali - the code is nep.
Norwegian65Norwegian - the code is nor.
Oriya66Oriya - the code is ori.
OSD2147483647 Orientation and script detection.
Panjabi67Panjabi - the code is pan.
Persian26Persian - the code is fas.
Polish68Polish - the code is pol.
Portuguese69Portuguese - the code is por.
Pushto70Pushto, Pashto - the code is pus.
Romanian71Romanian, Moldavian, Moldovan - the code is ron.
Russian72Russian - the code is rus.
Sanskrit73Sanskrit - the code is san.
Serbian80Serbian - the code is srp.
SerbianLatin81Serbian - Latin - the code is srp-latn.
Sinhala74Sinhala, Sinhalese - the code is sin.
Slovak75Slovak - the code is slk.
Slovenian76Slovenian - the code is slv.
Spanish77Spanish, Castilian - the code is spa.
Spanish_Old78Spanish, Castilian - the code is spa_old.
Swahili82Swahili - the code is swa.
Swedish83Swedish - the code is swe.
Syriac84Syriac - the code is syr.
Tagalog88Tagalog - the code is tgl.
Tajik87Tajik - the code is tgk.
Tamil85Tamil - the code is tam.
Telugu86Telugu - the code is tel.
Thai89Thai - the code is tha.
Tibetan8Tibetan -the code is bod.
Tigrinya90Tigrinya - the code is tir.
Turkish91Turkish - the code is tur.
Uighur92Uighur, Uyghur - the code is uig.
Ukrainian93Ukrainian - the code is ukr.
Unknown-1Unknown or undefined language.
Urdu94Urdu - the code is urd.
Uzbek95Uzbek - the code is uzb.
UzbekCyrillic96Uzbek - Cyrillic - the code is uzb-cyrl.
Vietnamese97Vietnamese - the code is vie.
Welsh17Welsh - the code is cym.
Yiddish98Yiddish - the code is yid.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.OCRLanguage

See Also