I found a scanned operations report with KPI mentions I must pull for a meeting at [time=4pm]. OCR tools are in our st…
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.
A searchable text layer is an invisible layer of actual text placed over the image of a scanned document. It's important because it lets you search for words within the document, copy text, and index your files. Without it, your scanned PDF is just a picture, and you cannot interact with the text.
If your scanned document is blurry, the text recognition (OCR) might not work well. Blurry images make it hard for the software to correctly identify letters and words. For better results, always try to scan documents clearly, ideally at 300 DPI.
Acrobat shows 'page contains renderable text' because the page you are trying to process already has real, selectable text. The 'Recognize Text' feature is only for pages that are images, meaning they do not have actual text yet. If you see this message, it means the page is already searchable, so you don't need to do anything.
| Feature | Desktop Acrobat Scan & OCR | Adobe PDF Services API for OCR |
|---|---|---|
| Method | Manual clicks within the Acrobat desktop application. | Automated calls to a web service using code. |
| Use Case | For individual users working on a few documents directly. | For developers to integrate OCR into apps or automate large batches. |
| Process | Open file, navigate menus, select options, click 'Recognize Text'. | Send a POST request to an endpoint with the PDF, receive processed PDF. |