Uses of Class
com.itextpdf.pdfocr.TextInfo
Packages that use TextInfo
-
Uses of TextInfo in com.itextpdf.pdfocr
Methods in com.itextpdf.pdfocr that return types with arguments of type TextInfoModifier and TypeMethodDescriptionIOcrEngine.doImageOcr(File input) Reads data from the provided input image file and returns retrieved data in the format described below.IOcrEngine.doImageOcr(File input, OcrProcessContext ocrProcessContext) Reads data from the provided input image file and returns retrieved data in the format described below.Constructors in com.itextpdf.pdfocr with parameters of type TextInfo -
Uses of TextInfo in com.itextpdf.pdfocr.tesseract4
Methods in com.itextpdf.pdfocr.tesseract4 that return types with arguments of type TextInfoModifier and TypeMethodDescriptionAbstractTesseract4OcrEngine.doImageOcr(File input) Reads data from the provided input image file and returns retrieved data in the format described below.AbstractTesseract4OcrEngine.doImageOcr(File input, OcrProcessContext ocrProcessContext) Reads data from the provided input image file and returns retrieved data in the format described below.