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 TesseractLanguageTesseractHelper. 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.voidTesseractHelper. 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 TesseractLanguageTesseractLanguage. parse(String s)Parses the given string and returns the associated enum.static TesseractLanguageTesseractLanguage. valueOf(AbstractOption option, String str)Returns an enum generated from the string.static TesseractLanguageTesseractLanguage. 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 TesseractLanguageTesseractOCR. m_Languagethe language to use.Methods in adams.flow.transformer that return TesseractLanguage Modifier and Type Method Description TesseractLanguageTesseractOCR. getLanguage()Returns the language to use.Methods in adams.flow.transformer with parameters of type TesseractLanguage Modifier and Type Method Description voidTesseractOCR. setLanguage(TesseractLanguage value)Sets the language to use (needs to be installed).
-