Run OCR on the folder of scanned questionnaires, export a searchable PDF and a plain‑text export per file, and verify …
Open the scanned PDF file in Adobe Acrobat.
Go to the Tools menu.
Select Scan & OCR from the tools list.
Click Recognize Text and choose In This File.
In the settings panel, ensure PDF Output Style is set to Searchable Image.
Click Recognize to start the OCR process.
Save the PDF after OCR is complete.
Best practiceFor best OCR accuracy, scan your documents at 300 dpi and ensure the images are clear before running OCR.
After OCR completes, you can search, copy, and highlight text in your previously scanned PDF.
This runs in the Acrobat app - there is no separate API for this task.
Acrobat's OCR will fail if the page already has real text, not just an image. This is because the OCR feature is designed to work only on pages that are images. If you see an error message about 'renderable text', it means the page already contains text that Acrobat can read, so OCR is not needed.
For the best OCR accuracy, you should scan your questionnaires at 300 dpi. Scanning at a higher resolution helps the OCR engine to better identify characters and words, leading to fewer errors in the recognized text. The lowest acceptable quality is 72 dpi.
Yes, you can automate OCR for many scanned questionnaires using the Adobe PDF Services API. This API allows you to send your PDF documents programmatically to be OCR'd. It converts the image text into a searchable layer, which is very useful for large-scale archiving or indexing projects without manual intervention.
| Feature | Scanning to PDF | OCR Scanned PDF |
|---|---|---|
| Result | An image of the document in PDF format. | An image of the document with a hidden layer of searchable text. |
| Text Interaction | You cannot select, copy, or search for text. | You can select, copy, and search for text within the document. |
| Purpose | To create a digital copy of a paper document. | To make the content of a scanned document accessible and editable. |