Uses of Class
com.itextpdf.pdfocr.exceptions.PdfOcrException
Package
Description
-
Uses of PdfOcrException in com.itextpdf.pdfocr
Modifier and TypeMethodDescriptionfinal com.itextpdf.kernel.pdf.PdfDocument
Performs OCR with set parameters using providedIOcrEngine
and creates PDF using providedPdfWriter
.final 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 providedIOcrEngine
and creates PDF using providedPdfWriter
.final com.itextpdf.kernel.pdf.PdfDocument
OcrPdfCreator.createPdf
(List<File> inputImages, com.itextpdf.kernel.pdf.PdfWriter pdfWriter, com.itextpdf.kernel.pdf.DocumentProperties documentProperties, IOcrProcessProperties ocrProcessProperties) Performs OCR with set parameters using providedIOcrEngine
and creates PDF using providedPdfWriter
.final 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 providedIOcrEngine
and creates PDF using providedPdfWriter
,DocumentProperties
andPdfOutputIntent
.final 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, IOcrProcessProperties ocrProcessProperties) Performs OCR with set parameters using providedIOcrEngine
and creates PDF using providedPdfWriter
,DocumentProperties
andPdfOutputIntent
.final 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 providedIOcrEngine
and creates PDF using providedPdfWriter
andPdfOutputIntent
.void
OcrPdfCreator.createPdfAFile
(List<File> inputImages, File outPdfFile, com.itextpdf.kernel.pdf.PdfOutputIntent pdfOutputIntent) Performs OCR with set parameters using providedIOcrEngine
and creates PDF using providedFile
andPdfOutputIntent
.void
OcrPdfCreator.createPdfFile
(List<File> inputImages, File outPdfFile) Performs OCR with set parameters using providedIOcrEngine
and creates PDF using providedFile
. -
Uses of PdfOcrException in com.itextpdf.pdfocr.exceptions
Modifier and TypeClassDescriptionclass
Exception class for input related exceptions.Modifier and TypeMethodDescriptionPdfOcrException.setMessageParams
(String... messageParams) Sets additional params for Exception message. -
Uses of PdfOcrException in com.itextpdf.pdfocr.tesseract4.exceptions
Modifier and TypeClassDescriptionclass
Exception class for Tesseract4 input related exceptions.class
Exception class for Tesseract4 exceptions.