Uses of Enum
com.itextpdf.pdfocr.tesseract4.OutputFormat
Packages that use OutputFormat
-
Uses of OutputFormat in com.itextpdf.pdfocr.tesseract4
Methods in com.itextpdf.pdfocr.tesseract4 that return OutputFormatModifier and TypeMethodDescriptionstatic OutputFormatReturns 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.Methods in com.itextpdf.pdfocr.tesseract4 with parameters of type OutputFormatModifier and TypeMethodDescriptionfinal StringAbstractTesseract4OcrEngine.doImageOcr(File input, OutputFormat outputFormat) Reads data from the provided input image file and returns retrieved data as string.final StringAbstractTesseract4OcrEngine.doImageOcr(File input, OutputFormat outputFormat, OcrProcessContext ocrProcessContext) Reads data from the provided input image file and returns retrieved data as string.voidAbstractTesseract4OcrEngine.doTesseractOcr(File inputImage, File outputFile, OutputFormat outputFormat) Performs tesseract OCR for the first (or for the only) image page.voidAbstractTesseract4OcrEngine.doTesseractOcr(File inputImage, File outputFile, OutputFormat outputFormat, OcrProcessContext ocrProcessContext) Performs tesseract OCR for the first (or for the only) image page.voidTesseract4LibOcrEngine.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.