Package | Description |
---|---|
com.itextpdf.pdfocr | |
com.itextpdf.pdfocr.exceptions | |
com.itextpdf.pdfocr.tesseract4.exceptions |
Modifier and Type | Method and Description |
---|---|
com.itextpdf.kernel.pdf.PdfDocument |
OcrPdfCreator.createPdf(List<File> inputImages, com.itextpdf.kernel.pdf.PdfWriter pdfWriter)
Performs OCR with set parameters using provided IOcrEngine and creates PDF using provided PdfWriter .
|
com.itextpdf.kernel.pdf.PdfDocument |
OcrPdfCreator.createPdf(List<File> inputImages, com.itextpdf.kernel.pdf.PdfWriter pdfWriter, com.itextpdf.kernel.pdf.DocumentProperties documentProperties)
Performs OCR with set parameters using provided IOcrEngine and creates PDF using provided PdfWriter .
|
com.itextpdf.kernel.pdf.PdfDocument |
OcrPdfCreator.createPdfA(List<File> inputImages, com.itextpdf.kernel.pdf.PdfWriter pdfWriter, com.itextpdf.kernel.pdf.DocumentProperties documentProperties, com.itextpdf.kernel.pdf.PdfOutputIntent pdfOutputIntent)
Performs OCR with set parameters using provided IOcrEngine and creates PDF using provided PdfWriter , DocumentProperties and PdfOutputIntent .
|
com.itextpdf.kernel.pdf.PdfDocument |
OcrPdfCreator.createPdfA(List<File> inputImages, com.itextpdf.kernel.pdf.PdfWriter pdfWriter, com.itextpdf.kernel.pdf.PdfOutputIntent pdfOutputIntent)
Performs OCR with set parameters using provided IOcrEngine and creates PDF using provided PdfWriter and PdfOutputIntent .
|
void |
OcrPdfCreator.createPdfAFile(List<File> inputImages, File outPdfFile, com.itextpdf.kernel.pdf.PdfOutputIntent pdfOutputIntent)
Performs OCR with set parameters using provided IOcrEngine and creates PDF using provided File and PdfOutputIntent .
|
void |
OcrPdfCreator.createPdfFile(List<File> inputImages, File outPdfFile)
Performs OCR with set parameters using provided IOcrEngine and creates PDF using provided File .
|
Modifier and Type | Class and Description |
---|---|
class |
PdfOcrInputException
Exception class for input related exceptions.
|
Modifier and Type | Method and Description |
---|---|
PdfOcrException |
PdfOcrException.setMessageParams(String... messageParams)
Sets additional params for Exception message.
|
Modifier and Type | Class and Description |
---|---|
class |
PdfOcrInputTesseract4Exception
Exception class for Tesseract4 input related exceptions.
|
class |
PdfOcrTesseract4Exception
Exception class for Tesseract4 exceptions.
|
Copyright © 1998–2022 iText Group NV. All rights reserved.