Package | Description |
---|---|
org.apache.tika.parser.ocr |
Modifier and Type | Method and Description |
---|---|
TesseractOCRConfig.OUTPUT_TYPE |
TesseractOCRConfig.getOutputType() |
static TesseractOCRConfig.OUTPUT_TYPE |
TesseractOCRConfig.OUTPUT_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TesseractOCRConfig.OUTPUT_TYPE[] |
TesseractOCRConfig.OUTPUT_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TesseractOCRConfig.setOutputType(TesseractOCRConfig.OUTPUT_TYPE outputType)
Set output type from ocr process.
|
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.