Uses of Enum Class
org.apache.tika.parser.pdf.OcrConfig.RenderingStrategy
Packages that use OcrConfig.RenderingStrategy
-
Uses of OcrConfig.RenderingStrategy in org.apache.tika.parser.pdf
Subclasses with type arguments of type OcrConfig.RenderingStrategy in org.apache.tika.parser.pdfMethods in org.apache.tika.parser.pdf that return OcrConfig.RenderingStrategyModifier and TypeMethodDescriptionOcrConfig.getRenderingStrategy()static OcrConfig.RenderingStrategyReturns the enum constant of this class with the specified name.static OcrConfig.RenderingStrategy[]OcrConfig.RenderingStrategy.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.RenderingStrategyModifier and TypeMethodDescriptionvoidOcrConfig.setRenderingStrategy(OcrConfig.RenderingStrategy renderingStrategy)