Uses of Class
adams.flow.core.TesseractPageSegmentation
-
Packages that use TesseractPageSegmentation Package Description adams.data.tesseract adams.flow.core adams.flow.standalone adams.flow.transformer -
-
Uses of TesseractPageSegmentation in adams.data.tesseract
Methods in adams.data.tesseract with parameters of type TesseractPageSegmentation 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. -
Uses of TesseractPageSegmentation in adams.flow.core
Methods in adams.flow.core that return TesseractPageSegmentation Modifier and Type Method Description TesseractPageSegmentationTesseractPageSegmentation. parse(String s)Parses the given string and returns the associated enum.static TesseractPageSegmentationTesseractPageSegmentation. valueOf(AbstractOption option, String str)Returns an enum generated from the string.static TesseractPageSegmentationTesseractPageSegmentation. valueOf(String name)Returns the enum constant of this type with the specified name.static TesseractPageSegmentation[]TesseractPageSegmentation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TesseractPageSegmentation in adams.flow.standalone
Methods in adams.flow.standalone with parameters of type TesseractPageSegmentation 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 TesseractPageSegmentation in adams.flow.transformer
Fields in adams.flow.transformer declared as TesseractPageSegmentation Modifier and Type Field Description protected TesseractPageSegmentationTesseractOCR. m_PageSegmentationthe page segmentation to use.Methods in adams.flow.transformer that return TesseractPageSegmentation Modifier and Type Method Description TesseractPageSegmentationTesseractOCR. getPageSegmentation()Returns the page segmentation to use.Methods in adams.flow.transformer with parameters of type TesseractPageSegmentation Modifier and Type Method Description voidTesseractOCR. setPageSegmentation(TesseractPageSegmentation value)Sets the page segmentation to use.
-