Uses of Enum
com.itextpdf.pdfocr.tesseract4.OutputFormat
-
Uses of OutputFormat in com.itextpdf.pdfocr.tesseract4
Modifier and TypeMethodDescriptionstatic OutputFormat
Returns the enum constant of this type with the specified name.static OutputFormat[]
OutputFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal String
AbstractTesseract4OcrEngine.doImageOcr
(File input, OutputFormat outputFormat) Reads data from the provided input image file and returns retrieved data as string.final String
AbstractTesseract4OcrEngine.doImageOcr
(File input, OutputFormat outputFormat, OcrProcessContext ocrProcessContext) Reads data from the provided input image file and returns retrieved data as string.void
AbstractTesseract4OcrEngine.doTesseractOcr
(File inputImage, File outputFile, OutputFormat outputFormat) Performs tesseract OCR for the first (or for the only) image page.void
AbstractTesseract4OcrEngine.doTesseractOcr
(File inputImage, File outputFile, OutputFormat outputFormat, OcrProcessContext ocrProcessContext) Performs tesseract OCR for the first (or for the only) image page.void
Tesseract4LibOcrEngine.initializeTesseract
(OutputFormat outputFormat) Initializes instance of tesseract if it haven't been already initialized or it have been disposed and sets all the required properties.