Package | Description |
---|---|
org.apache.tika.parser.pdf |
Modifier and Type | Method and Description |
---|---|
PDFParserConfig.OCR_RENDERING_STRATEGY |
PDFParserConfig.getOcrRenderingStrategy() |
static PDFParserConfig.OCR_RENDERING_STRATEGY |
PDFParserConfig.OCR_RENDERING_STRATEGY.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDFParserConfig.OCR_RENDERING_STRATEGY[] |
PDFParserConfig.OCR_RENDERING_STRATEGY.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
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)?
|
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.