Package | Description |
---|---|
com.itextpdf.pdfocr | |
com.itextpdf.pdfocr.tesseract4 |
Modifier and Type | Method and Description |
---|---|
Map<Integer,List<TextInfo>> |
IOcrEngine.doImageOcr(File input)
Reads data from the provided input image file and returns retrieved data in the format described below.
|
Map<Integer,List<TextInfo>> |
IOcrEngine.doImageOcr(File input, OcrProcessContext ocrProcessContext)
Reads data from the provided input image file and returns retrieved data in the format described below.
|
Constructor and Description |
---|
TextInfo(TextInfo textInfo)
Creates a new TextInfo instance from existing one.
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,List<TextInfo>> |
AbstractTesseract4OcrEngine.doImageOcr(File input)
Reads data from the provided input image file and returns retrieved data in the format described below.
|
Map<Integer,List<TextInfo>> |
AbstractTesseract4OcrEngine.doImageOcr(File input, OcrProcessContext ocrProcessContext)
Reads data from the provided input image file and returns retrieved data in the format described below.
|
Copyright © 1998–2022 iText Group NV. All rights reserved.