Uses of Enum
org.apache.tika.parser.pdf.PDFParserConfig.TikaImageType
Packages that use PDFParserConfig.TikaImageType
-
Uses of PDFParserConfig.TikaImageType in org.apache.tika.parser.pdf
Methods in org.apache.tika.parser.pdf that return PDFParserConfig.TikaImageTypeModifier and TypeMethodDescriptionPDFParserConfig.getOcrImageType()Image type used to render the page image for OCR.Returns the enum constant of this type with the specified name.static PDFParserConfig.TikaImageType[]PDFParserConfig.TikaImageType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tika.parser.pdf with parameters of type PDFParserConfig.TikaImageTypeModifier and TypeMethodDescriptionvoidPDFParserConfig.setOcrImageType(PDFParserConfig.TikaImageType ocrImageType) Image type used to render the page image for OCR.