Uses of Class
org.apache.tika.parser.pdf.PDFParserConfig.TikaImageType
-
Packages that use PDFParserConfig.TikaImageType Package Description org.apache.tika.parser.pdf -
-
Uses of PDFParserConfig.TikaImageType in org.apache.tika.parser.pdf
Methods in org.apache.tika.parser.pdf that return PDFParserConfig.TikaImageType Modifier and Type Method Description PDFParserConfig.TikaImageType
PDFParserConfig. getOcrImageType()
Image type used to render the page image for OCR.static PDFParserConfig.TikaImageType
PDFParserConfig.TikaImageType. valueOf(String name)
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.TikaImageType Modifier and Type Method Description void
PDFParserConfig. setOcrImageType(PDFParserConfig.TikaImageType ocrImageType)
Image type used to render the page image for OCR.
-