Capture received invoices and purchase orders: combine supplier invoices, POs, and delivery notes into one searchable …
Open your scanned PDF document in Adobe Acrobat.
Go to the Tools menu in the top left menu bar.
Select Scan & OCR from the list of tools.
In the Scan & OCR pane, click Recognize Text.
Choose In This File to apply OCR to the open document.
Click Recognize Text to start the OCR process.
Save the PDF to retain the searchable text layer.
Best practiceFor best OCR accuracy, scan your documents at 300 dpi and avoid extreme brightness settings.
After OCR, you can search, select, and copy text from your scanned PDF as if it were a normal document.
This runs in the Acrobat app - there is no separate API for this task.
To run OCR, you send your PDF file to the OCR endpoint of the Adobe PDF Services API using your code. The API processes the file and gives you back a new PDF with searchable text, or the extracted text data, depending on your request.
OCR is needed when your PDF is made from scanned images or photos, because there is no actual text to extract. Regular text extraction only works if the PDF already has real text inside, not just pictures of words.
Yes, the API supports several languages for OCR. You can set the language option in your API request to get better results for non-English documents.
Automating OCR with the API lets you process many files quickly, build custom apps, and avoid manual work. It's useful if you need to handle lots of documents or want to add OCR to your own software.
You need to get API credentials from Adobe, then use those credentials in your code to get an access token. This token is sent with your requests so the API knows you are allowed to use it.