public static enum PDFParserConfig.OCR_RENDERING_STRATEGY extends Enum<PDFParserConfig.OCR_RENDERING_STRATEGY>
| Enum Constant and Description |
|---|
ALL |
NO_TEXT |
TEXT_ONLY |
VECTOR_GRAPHICS_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static PDFParserConfig.OCR_RENDERING_STRATEGY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDFParserConfig.OCR_RENDERING_STRATEGY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFParserConfig.OCR_RENDERING_STRATEGY NO_TEXT
public static final PDFParserConfig.OCR_RENDERING_STRATEGY TEXT_ONLY
public static final PDFParserConfig.OCR_RENDERING_STRATEGY VECTOR_GRAPHICS_ONLY
public static final PDFParserConfig.OCR_RENDERING_STRATEGY ALL
public static PDFParserConfig.OCR_RENDERING_STRATEGY[] values()
for (PDFParserConfig.OCR_RENDERING_STRATEGY c : PDFParserConfig.OCR_RENDERING_STRATEGY.values()) System.out.println(c);
public static PDFParserConfig.OCR_RENDERING_STRATEGY valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.