Generated by
JDiff

Class com.itextpdf.pdfocr.OcrPdfCreator

Documentation changed from old to new.

Added Methods
void  makePdfSearchable( PdfDocument) Performs OCR of all images in an input PDF document and adds recognized text on top of the images.
void  makePdfSearchable( PdfDocument, IOcrProcessProperties ) Performs OCR of all images in an input PDF document and adds recognized text on top of the images.
void  makePdfSearchable( File, File ) Performs OCR of all images in an input PDF file and generates searchable PDF.
void  makePdfSearchable( File, File , IOcrProcessProperties ) Performs OCR of all images in an input PDF file and generates searchable PDF.
void  validateInputPdfDocument( PdfDocument) Validates input PDF document.
 

Changed Methods
IOcrEngine  getOcrEngine() Documentation changed from old to new.
Gets used IOcrEngine reader object to perform OCR.
void  setOcrEngine( IOcrEngine) Documentation changed from old to new.
Sets IOcrEngine reader object to perform OCR.
PdfDocument  createPdfA( List, PdfWriter , DocumentProperties , PdfOutputIntent , IOcrProcessProperties ) Documentation changed from old to new.
Performs OCR with set parameters using provided IOcrEngine and creates PDF using provided com.itextpdf.kernel.pdf.PdfWriter, DocumentProperties and com.itextpdf.kernel.pdf.PdfOutputIntent.