Uses of Class
com.itextpdf.pdfocr.TextInfo
Packages that use TextInfo
Package
Description
-
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.onnxtr
Methods in com.itextpdf.pdfocr.onnxtr that return types with arguments of type TextInfoModifier and TypeMethodDescriptionOnnxTrOcrEngine.doImageOcr
(File input) Reads data from the provided input image file and returns retrieved data in the format described below.OnnxTrOcrEngine.doImageOcr
(File input, OcrProcessContext ocrProcessContext) Reads data from the provided input image file and returns retrieved data in the format described below. -
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. -
Uses of TextInfo in com.itextpdf.pdfocr.util
Method parameters in com.itextpdf.pdfocr.util with type arguments of type TextInfoModifier and TypeMethodDescriptionstatic String
Constructs string output from the providedIOcrEngine.doImageOcr(java.io.File)
result.static void
PdfOcrTextBuilder.generifyWordBBoxesByLine
(Map<Integer, List<TextInfo>> textInfos) Sorts the providedIOcrEngine.doImageOcr(java.io.File)
result by lines and updates line bboxes to match the largest words.static void
PdfOcrTextBuilder.sortTextInfosByLines
(Map<Integer, List<TextInfo>> textInfos) Sorts the providedIOcrEngine.doImageOcr(java.io.File)
result by lines.