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.PdfDocumentPerforms OCR with set parameters using providedIOcrEngineand creates PDF using providedPdfWriter.final com.itextpdf.kernel.pdf.PdfDocumentOcrPdfCreator.createPdf(List<File> inputImages, com.itextpdf.kernel.pdf.PdfWriter pdfWriter, com.itextpdf.kernel.pdf.DocumentProperties documentProperties) Performs OCR with set parameters using providedIOcrEngineand creates PDF using providedPdfWriter.final com.itextpdf.kernel.pdf.PdfDocumentOcrPdfCreator.createPdf(List<File> inputImages, com.itextpdf.kernel.pdf.PdfWriter pdfWriter, com.itextpdf.kernel.pdf.DocumentProperties documentProperties, IOcrProcessProperties ocrProcessProperties) Performs OCR with set parameters using providedIOcrEngineand creates PDF using providedPdfWriter.final com.itextpdf.kernel.pdf.PdfDocumentOcrPdfCreator.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 providedIOcrEngineand creates PDF using providedPdfWriter,DocumentPropertiesandPdfOutputIntent.final com.itextpdf.kernel.pdf.PdfDocumentOcrPdfCreator.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 providedIOcrEngineand creates PDF using providedPdfWriter,DocumentPropertiesandPdfOutputIntent.final com.itextpdf.kernel.pdf.PdfDocumentOcrPdfCreator.createPdfA(List<File> inputImages, com.itextpdf.kernel.pdf.PdfWriter pdfWriter, com.itextpdf.kernel.pdf.PdfOutputIntent pdfOutputIntent) Performs OCR with set parameters using providedIOcrEngineand creates PDF using providedPdfWriterandPdfOutputIntent.voidOcrPdfCreator.createPdfAFile(List<File> inputImages, File outPdfFile, com.itextpdf.kernel.pdf.PdfOutputIntent pdfOutputIntent) Performs OCR with set parameters using providedIOcrEngineand creates PDF using providedFileandPdfOutputIntent.voidOcrPdfCreator.createPdfFile(List<File> inputImages, File outPdfFile) Performs OCR with set parameters using providedIOcrEngineand creates PDF using providedFile.voidOcrPdfCreator.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.voidOcrPdfCreator.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.voidOcrPdfCreator.makePdfSearchable(File inputPdf, File outputPdf) Performs OCR of all images in an input PDF file and generates searchable PDF.voidOcrPdfCreator.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 TypeClassDescriptionclassException 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 TypeClassDescriptionclassException class for Tesseract4 input related exceptions.classException class for Tesseract4 exceptions.