Automated OCR and Advanced Search
Hi, all. I'm trying to put together an automated process that takes PDF files, performs OCR on each one to create PDFs with searchable text, and then runs an advanced search on the resulting files.
It looks like Adobe's cloud-based APIs would work for this, but part of the goal is to do this locally, i.e. not an API call to an external web site to run the process. Preferably, this would be done with an actual Adobe SDK, not third party.
C# would be the preference, if possible.
All of my searches lead me back to the new web-based functionality. Is there an SDK available for offline processing that can handle this?
Thanks!
