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.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, IOcrProcessProperties ocrProcessProperties) Performs OCR with set parameters using providedIOcrEngine
and creates PDF using providedPdfWriter
,DocumentProperties
andPdfOutputIntent
.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, IOcrProcessProperties ocrProcessProperties) Performs OCR of all images in an input PDF file and generates searchable PDF.