Uses of Interface
com.itextpdf.pdfocr.IOcrProcessProperties
Packages that use IOcrProcessProperties
-
Uses of IOcrProcessProperties in com.itextpdf.pdfocr
Methods in com.itextpdf.pdfocr that return IOcrProcessPropertiesModifier and TypeMethodDescriptionOcrProcessContext.getOcrProcessProperties()Get extra OCR process properties.Methods in com.itextpdf.pdfocr with parameters of type IOcrProcessPropertiesModifier and TypeMethodDescriptionfinal 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, IOcrProcessProperties ocrProcessProperties) Performs OCR with set parameters using providedIOcrEngineand creates PDF using providedPdfWriter,DocumentPropertiesandPdfOutputIntent.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, IOcrProcessProperties ocrProcessProperties) Performs OCR of all images in an input PDF file and generates searchable PDF.