Uses of Enum Class
org.apache.tika.parser.pdf.OcrConfig.Strategy
Packages that use OcrConfig.Strategy
-
Uses of OcrConfig.Strategy in org.apache.tika.parser.pdf
Methods in org.apache.tika.parser.pdf that return OcrConfig.StrategyModifier and TypeMethodDescriptionPDFParserConfig.getOcrStrategy()OcrConfig.getStrategy()static OcrConfig.StrategyReturns the enum constant of this class with the specified name.static OcrConfig.Strategy[]OcrConfig.Strategy.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.StrategyModifier and TypeMethodDescriptionvoidPDFParserConfig.setOcrStrategy(OcrConfig.Strategy ocrStrategy) Which strategy to use for OCRvoidOcrConfig.setStrategy(OcrConfig.Strategy strategy)