Uses of Class
com.itextpdf.pdfocr.exceptions.PdfOcrException
Packages that use PdfOcrException
Package
Description
-
Uses of PdfOcrException in com.itextpdf.pdfocr
Methods in com.itextpdf.pdfocr that throw PdfOcrExceptionModifier 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
.void
OcrPdfCreator.makePdfSearchable
(com.itextpdf.kernel.pdf.PdfDocument pdfDoc) Performs OCR of all images in an input PDF document and adds recognized text on top of the images.void
OcrPdfCreator.makePdfSearchable
(com.itextpdf.kernel.pdf.PdfDocument pdfDoc, IOcrProcessProperties ocrProcessProperties) Performs OCR of all images in an input PDF document and adds recognized text on top of the images.void
OcrPdfCreator.makePdfSearchable
(File inputPdf, File outputPdf) Performs OCR of all images in an input PDF file and generates searchable PDF.void
OcrPdfCreator.makePdfSearchable
(File inputPdf, File outputPdf, IOcrProcessProperties ocrProcessProperties) Performs OCR of all images in an input PDF file and generates searchable PDF. -
Uses of PdfOcrException in com.itextpdf.pdfocr.exceptions
Subclasses of PdfOcrException in com.itextpdf.pdfocr.exceptionsModifier and TypeClassDescriptionclass
Exception class for input related exceptions.Methods in com.itextpdf.pdfocr.exceptions that return PdfOcrExceptionModifier and TypeMethodDescriptionPdfOcrException.setMessageParams
(String... messageParams) Sets additional params for Exception message. -
Uses of PdfOcrException in com.itextpdf.pdfocr.tesseract4.exceptions
Subclasses of PdfOcrException in com.itextpdf.pdfocr.tesseract4.exceptionsModifier and TypeClassDescriptionclass
Exception class for Tesseract4 input related exceptions.class
Exception class for Tesseract4 exceptions.