Uses of Class
org.apache.tika.parser.pdf.PDFParserConfig.OCR_STRATEGY
-
Packages that use PDFParserConfig.OCR_STRATEGY Package Description org.apache.tika.parser.pdf -
-
Uses of PDFParserConfig.OCR_STRATEGY in org.apache.tika.parser.pdf
Methods in org.apache.tika.parser.pdf that return PDFParserConfig.OCR_STRATEGY Modifier and Type Method Description PDFParserConfig.OCR_STRATEGY
PDFParserConfig. getOcrStrategy()
static PDFParserConfig.OCR_STRATEGY
PDFParserConfig.OCR_STRATEGY. valueOf(String name)
Returns the enum constant of this type with the specified name.static PDFParserConfig.OCR_STRATEGY[]
PDFParserConfig.OCR_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.OCR_STRATEGY Modifier and Type Method Description void
PDFParserConfig. setOcrStrategy(PDFParserConfig.OCR_STRATEGY ocrStrategy)
Which strategy to use for OCR
-