Uses of Enum Class
org.apache.tika.parser.pdf.OcrConfig.ImageFormat
Packages that use OcrConfig.ImageFormat
-
Uses of OcrConfig.ImageFormat in org.apache.tika.parser.pdf
Methods in org.apache.tika.parser.pdf that return OcrConfig.ImageFormatModifier and TypeMethodDescriptionOcrConfig.getImageFormat()PDFParserConfig.getOcrImageFormat()static OcrConfig.ImageFormatReturns the enum constant of this class with the specified name.static OcrConfig.ImageFormat[]OcrConfig.ImageFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.tika.parser.pdf with parameters of type OcrConfig.ImageFormatModifier and TypeMethodDescriptionvoidOcrConfig.setImageFormat(OcrConfig.ImageFormat imageFormat) voidPDFParserConfig.setOcrImageFormat(OcrConfig.ImageFormat ocrImageFormat)