Uses of Enum
org.apache.tika.parser.pdf.PDFParserConfig.OCR_RENDERING_STRATEGY
Packages that use PDFParserConfig.OCR_RENDERING_STRATEGY
-
Uses of PDFParserConfig.OCR_RENDERING_STRATEGY in org.apache.tika.parser.pdf
Methods in org.apache.tika.parser.pdf that return PDFParserConfig.OCR_RENDERING_STRATEGYModifier and TypeMethodDescriptionPDFParserConfig.getOcrRenderingStrategy()
Returns the enum constant of this type with the specified name.PDFParserConfig.OCR_RENDERING_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_RENDERING_STRATEGYModifier and TypeMethodDescriptionvoid
PDFParserConfig.setOcrRenderingStrategy
(PDFParserConfig.OCR_RENDERING_STRATEGY 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)?