Copy link to clipboard
Copied
hello,
are there any custom tag or ways to ocr pdf files?
thanks,
Mike
Copy link to clipboard
Copied
OCR is applied to images so you only need to extract the text from the
images with OCR. You can use iText to go through the pdf, extract the
images and then use an OCR software to get the text.
Mack
Copy link to clipboard
Copied
If you just want to extract the pdf text, there is a good article on how to do this with ddx:
http://www.coldfusionjedi.com/index.cfm/2007/7/25/Reading-text-from-a-PDF-in-ColdFusion-8