Our finance team rejects expense reports because scanned receipts aren't readable. I have a stack of receipts due for …
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 text recognition (OCR) is designed for image-only pages. If a page already contains real, selectable text, the OCR process will not run. It's important to check if your PDF page is an image before trying to apply OCR, as it only works to convert image-based text.
For the most accurate text recognition (OCR) in your scanned documents, you should scan them at 300 DPI. While 72 DPI is the lowest setting, a higher DPI like 300 helps Acrobat read the text more clearly, leading to better results when making your document searchable.
If your scanned receipt is blurry, the text recognition (OCR) might not work well, or it could make many mistakes. OCR relies on clear images of text to convert them correctly. To get better results, try to rescan the receipt at a higher quality, ideally at 300 DPI, and make sure the original scan is not blurry.
Yes, you can automate making many scanned receipts searchable. Adobe provides a PDF Services API that includes an 'OCR PDF' operation. This allows you to programmatically send your scanned documents to the service, and it will return PDFs with a searchable text layer, which is great for bulk processing and archiving.