| Package | Description |
|---|---|
| com.itextpdf.pdfocr |
| Modifier and Type | Method and Description |
|---|---|
void |
IOcrEngine.createTxtFile(List<File> inputImages,
File txtFile,
OcrProcessContext ocrProcessContext)
Performs OCR using provided
IOcrEngine for the given list of
input images and saves output to a text file using provided path. |
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.
|
Copyright © 1998–2024 Apryse Group NV. All rights reserved.