You are here: GdPicture.NET > Documentation > Structs, Records, Enums > Enumerations > TesseractDictionary Enumeration
logo.gif
ContentsIndexHome
PreviousUpNext
TesseractDictionary Enumeration
C#
public enum TesseractDictionary {
  TesseractDictionaryNone = -1,
  TesseractDictionaryGerman = 0,
  TesseractDictionaryFraktur = 1,
  TesseractDictionaryEnglish = 2,
  TesseractDictionaryFrench = 3,
  TesseractDictionaryItalian = 4,
  TesseractDictionaryDutch = 5,
  TesseractDictionaryPortuguese = 6,
  TesseractDictionarySpanish = 7,
  TesseractDictionaryVietnamese = 8,
  TesseractDictionaryPolish = 9,
  TesseractDictionaryBasque = 10,
  TesseractDictionaryCustom1 = 1001,
  TesseractDictionaryCustom2 = 1002,
  TesseractDictionaryCustom3 = 1003,
  TesseractDictionaryCustom4 = 1004,
  TesseractDictionaryCustom5 = 1005
}
Visual Basic
Public Enum TesseractDictionary
  TesseractDictionaryNone = -1
  TesseractDictionaryGerman = 0
  TesseractDictionaryFraktur = 1
  TesseractDictionaryEnglish = 2
  TesseractDictionaryFrench = 3
  TesseractDictionaryItalian = 4
  TesseractDictionaryDutch = 5
  TesseractDictionaryPortuguese = 6
  TesseractDictionarySpanish = 7
  TesseractDictionaryVietnamese = 8
  TesseractDictionaryPolish = 9
  TesseractDictionaryBasque = 10
  TesseractDictionaryCustom1 = 1001
  TesseractDictionaryCustom2 = 1002
  TesseractDictionaryCustom3 = 1003
  TesseractDictionaryCustom4 = 1004
  TesseractDictionaryCustom5 = 1005
End Enum

This is record TesseractDictionary.

Members
Members 
Description 
TesseractDictionaryNone 
Do not use !! 
TesseractDictionaryGerman 
German.
Needs deu.DangAmbigs, deu.freq-dawg, deu.inttemp, deu.normproto, deu.pffmtable, deu.unicharset, deu.user-words and deu.word-dawg files.

These files can be found on [INSTALLDIR]\Redist\Commons\OCR  
TesseractDictionaryFraktur 
Fraktur.
Needs deu-f.DangAmbigs, deu-f.freq-dawg, deu-f.inttemp, deu-f.normproto, deu-f.pffmtable, deu-f.unicharset, deu-f.user-words and deu-f.word-dawg files.

These files can be found on [INSTALLDIR]\Redist\Commons\OCR  
TesseractDictionaryEnglish 
English.
Needs eng.DangAmbigs, eng.freq-dawg, eng.inttemp, eng.normproto, eng.pffmtable, eng.unicharset, eng.user-words and eng.word-dawg files.

These files can be found on [INSTALLDIR]\Redist\Commons\OCR  
TesseractDictionaryFrench 
French.
Needs fra.DangAmbigs, fra.freq-dawg, fra.inttemp, fra.normproto, fra.pffmtable, fra.unicharset, fra.user-words and fra.word-dawg files.

These files can be found on [INSTALLDIR]\Redist\Commons\OCR  
TesseractDictionaryItalian 
Italian.
Needs ita.DangAmbigs, ita.freq-dawg, ita.inttemp, ita.normproto, ita.pffmtable, ita.unicharset, ita.user-words and ita.word-dawg files.

These files can be found on [INSTALLDIR]\Redist\Commons\OCR  
TesseractDictionaryDutch 
Dutch.
Needs nld.DangAmbigs, nld.freq-dawg, nld.inttemp, nld.normproto, nld.pffmtable, nld.unicharset, nld.user-words and nld.word-dawg files.

These files can be found on [INSTALLDIR]\Redist\Commons\OCR  
TesseractDictionaryPortuguese 
Portuguese.
Needs por.DangAmbigs, por.freq-dawg, por.inttemp, por.normproto, por.pffmtable, por.unicharset, por.user-words and por.word-dawg files.

These files can be found on [INSTALLDIR]\Redist\Commons\OCR  
TesseractDictionarySpanish 
Spanish.
Needs spa.DangAmbigs, spa.freq-dawg, spa.inttemp, spa.normproto, spa.pffmtable, spa.unicharset, spa.user-words and spa.word-dawg files.

These files can be found on [INSTALLDIR]\Redist\Commons\OCR  
TesseractDictionaryVietnamese 
Vietnamese.
Needs vie.DangAmbigs, vie.freq-dawg, vie.inttemp, vie.normproto, vie.pffmtable, vie.unicharset, vie.user-words and vie.word-dawg files.

These files can be found on [INSTALLDIR]\Redist\Commons\OCR  
TesseractDictionaryPolish 
Polish.
Needs pol.DangAmbigs, pol.freq-dawg, pol.inttemp, pol.normproto, pol.pffmtable, pol.unicharset, pol.user-words and pol.word-dawg files.

These files can be found on [INSTALLDIR]\Redist\Commons\OCR  
TesseractDictionaryBasque 
Basque.
Needs eus.DangAmbigs, eus.freq-dawg, eus.inttemp, eus.normproto, eus.pffmtable, eus.unicharset, eus.user-words and eus.word-dawg files.

These files can be found on [INSTALLDIR]\Redist\Commons\OCR  
TesseractDictionaryCustom1 
Customized dictionary No 1.
Needs cs1.DangAmbigs, cs1.freq-dawg, cs1.inttemp, cs1.normproto, cs1.pffmtable, cs1.unicharset, cs1.user-words and cs1.word-dawg files.  
TesseractDictionaryCustom2 
Customized dictionary No 2.
Needs cs1.DangAmbigs, cs2.freq-dawg, cs2.inttemp, cs2.normproto, cs2.pffmtable, cs2.unicharset, cs2.user-words and cs2.word-dawg files.  
TesseractDictionaryCustom3 
Customized dictionary No 3.
Needs cs3.DangAmbigs, cs3.freq-dawg, cs3.inttemp, cs3.normproto, cs3.pffmtable, cs3.unicharset, cs3.user-words and cs3.word-dawg files.  
TesseractDictionaryCustom4 
Customized dictionary No 4.
Needs cs4.DangAmbigs, cs4.freq-dawg, cs4.inttemp, cs4.normproto, cs4.pffmtable, cs4.unicharset, cs4.user-words and cs4.word-dawg files.  
TesseractDictionaryCustom5 
Customized dictionary No 5.
Needs cs5.DangAmbigs, cs5.freq-dawg, cs5.inttemp, cs5.normproto, cs5.pffmtable, cs5.unicharset, cs5.user-words and cs5.word-dawg files.  
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.