Uses of Class
org.apache.tika.parser.pdf.PDFParserConfig.IMAGE_STRATEGY
-
Packages that use PDFParserConfig.IMAGE_STRATEGY Package Description org.apache.tika.parser.pdf -
-
Uses of PDFParserConfig.IMAGE_STRATEGY in org.apache.tika.parser.pdf
Methods in org.apache.tika.parser.pdf that return PDFParserConfig.IMAGE_STRATEGY Modifier and Type Method Description PDFParserConfig.IMAGE_STRATEGY
PDFParserConfig. getImageStrategy()
static PDFParserConfig.IMAGE_STRATEGY
PDFParserConfig.IMAGE_STRATEGY. valueOf(String name)
Returns the enum constant of this type with the specified name.static PDFParserConfig.IMAGE_STRATEGY[]
PDFParserConfig.IMAGE_STRATEGY. 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.IMAGE_STRATEGY Modifier and Type Method Description void
PDFParserConfig. setImageStrategy(PDFParserConfig.IMAGE_STRATEGY imageStrategy)
-