I have developed a Cold Fusion application that allows users to upload PDF files. Not all users have the appropriate software to convert their scanned documents into text searchable documents.
I would like to know if there is a way to perform this conversion programatically at the time that they upload their file to the Cold Fusion Web Server so that all PDF file uploads are automatically converted to a text-searchable PDF.
We currently use Adobe Professional version 7 and Cold Fusion 8.
OCR is built into Acrobat, so, you could have your users upload the PDF from inside Acrobat using an Automation script to do a full PDF submit. The automation script could "hit" the OCR menu item as part of the process. But you can't do everything from the script. The user would have to enter some data.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script