Uses of Class
adams.flow.core.TesseractLanguage
-
Packages that use TesseractLanguage Package Description adams.data.tesseract adams.flow.core adams.flow.standalone adams.flow.transformer -
-
Uses of TesseractLanguage in adams.data.tesseract
Methods in adams.data.tesseract that return TesseractLanguage Modifier and Type Method Description TesseractLanguage
TesseractHelper. getLanguage()
Returns the language.Methods in adams.data.tesseract with parameters of type TesseractLanguage Modifier and Type Method Description String[]
TesseractHelper. getCommand(String exe, String input, String outputbase, TesseractLanguage lang, TesseractPageSegmentation seg, PlaceholderFile config, boolean hocr)
Assembles the tesseract command for the given input/output.void
TesseractHelper. setLanguage(TesseractLanguage value)
Updates the language. -
Uses of TesseractLanguage in adams.flow.core
Methods in adams.flow.core that return TesseractLanguage Modifier and Type Method Description TesseractLanguage
TesseractLanguage. parse(String s)
Parses the given string and returns the associated enum.static TesseractLanguage
TesseractLanguage. valueOf(AbstractOption option, String str)
Returns an enum generated from the string.static TesseractLanguage
TesseractLanguage. valueOf(String name)
Returns the enum constant of this type with the specified name.static TesseractLanguage[]
TesseractLanguage. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TesseractLanguage in adams.flow.standalone
Methods in adams.flow.standalone with parameters of type TesseractLanguage Modifier and Type Method Description String[]
TesseractConfiguration. getCommand(String input, String outputbase, TesseractLanguage lang, TesseractPageSegmentation seg, boolean hocr)
Assembles the tesseract command for the given input/output. -
Uses of TesseractLanguage in adams.flow.transformer
Fields in adams.flow.transformer declared as TesseractLanguage Modifier and Type Field Description protected TesseractLanguage
TesseractOCR. m_Language
the language to use.Methods in adams.flow.transformer that return TesseractLanguage Modifier and Type Method Description TesseractLanguage
TesseractOCR. getLanguage()
Returns the language to use.Methods in adams.flow.transformer with parameters of type TesseractLanguage Modifier and Type Method Description void
TesseractOCR. setLanguage(TesseractLanguage value)
Sets the language to use (needs to be installed).
-