Uses of Enum
org.apache.tika.parser.pdf.PDFParserConfig.OCR_RENDERING_STRATEGY
-
Uses of PDFParserConfig.OCR_RENDERING_STRATEGY in org.apache.tika.parser.pdf
Modifier 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.Modifier 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)?