Uses of Enum
org.apache.tika.parser.ocr.TesseractOCRConfig.OUTPUT_TYPE
-
Uses of TesseractOCRConfig.OUTPUT_TYPE in org.apache.tika.parser.ocr
Modifier and TypeMethodDescriptionTesseractOCRConfig.getOutputType()
Returns the enum constant of this type with the specified name.static TesseractOCRConfig.OUTPUT_TYPE[]
TesseractOCRConfig.OUTPUT_TYPE.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TesseractOCRConfig.setOutputType
(TesseractOCRConfig.OUTPUT_TYPE outputType) Set output type from ocr process.