Run OCR on the scanned deposition transcript from [date=June 8] so key passages can be searched: recognize text across…
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 matters because it allows you to search for words within the document, copy text, and index the document for easier organization and retrieval. Without it, a scanned document is just a picture, and you cannot interact with the text.
Acrobat shows this message because the page you are trying to process already has real text, not just an image of text. The 'Recognize Text' feature is designed only for image-based pages. If your document already has text, you do not need to run OCR on it, as the text is already searchable.
Yes, you can automate text recognition for many scanned documents using the Adobe PDF Services API. This allows developers to integrate the 'OCR PDF' operation into their own applications or workflows. It's useful for converting large batches of image-only PDFs into searchable documents for archiving or data extraction.
| Feature | Scanned PDF (before OCR) | Regular PDF (or scanned PDF after OCR) |
|---|---|---|
| Text Search | No, text is part of an image. | Yes, text is selectable and searchable. |
| Text Copying | No, you cannot select or copy text. | Yes, you can select and copy text. |
| File Size | Often larger if high-resolution image. | Can be optimized; text layer is small. |
| Editing Text | Cannot directly edit text. | Can edit text (if font is embedded and editable). |