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
Methods in org.apache.tika.parser.pdf that return OcrConfig.RenderingStrategyModifier and TypeMethodDescriptionPDFParserConfig.getOcrRenderingStrategy()OcrConfig.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 TypeMethodDescriptionvoidPDFParserConfig.setOcrRenderingStrategy(OcrConfig.RenderingStrategy ocrRenderingStrategy) When rendering the page for OCR, do you want to include the rendering of the electronic text, ALL, or do you only want to run OCR on the images and vector graphics (NO_TEXT)?voidOcrConfig.setRenderingStrategy(OcrConfig.RenderingStrategy renderingStrategy)