Searchable PDF
Add a selectable text layer to scanned PDFs.
Drag and drop, or paste a screenshot
Image, PDF, Word (DOCX) or text - drop, browse, paste, or use a URL
🔒 Your files are processed privately and deleted automatically.
Make a PDF searchable by adding an invisible OCR text layer over your scanned pages. A scanned document is really just a stack of images, so you cannot find, select, or copy a single word in it. OCR.chat reads the text and lays it precisely over the original scan, turning a flat image into a PDF you can search and select in any reader.
This is the tool for archiving and document management, where being able to find a contract by a clause or a phrase across thousands of pages is the whole point. It is essential for legal discovery, records retention, and digitizing filing cabinets, and it keeps your pages looking exactly as scanned because the text layer is invisible and the original image is untouched.
OCR.chat is free to try with no signup. Searchable PDF runs on the fast tier for printed documents in over 100 languages, so a multi-page scan is processed quickly and downloaded as a standard PDF that works in Acrobat, Preview, your browser, and any other viewer, with full-text search and copy-paste built in.
How to searchable pdf
Common uses
- Archive scanned contracts, records, and correspondence so you can find any document by its contents.
- Prepare scanned exhibits and case files for legal discovery and full-text review.
- Digitize a filing cabinet of paper documents into a searchable, future-proof PDF library.
- Make scanned books, manuals, and reference material searchable for research and citation.
- Add searchable text to scanned forms and applications so staff can locate entries fast.
- Build a searchable knowledge base from scanned invoices, statements, and receipts for audits.
Frequently asked questions
Use this via the API
Run this tool programmatically with a single POST. Authenticate with the API token from your account page.
curl -X POST https://ocr.chat/api/v1/ocr/ \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-F "file=@your-file.pdf" \
-F "tool=searchable-pdf"
Files of 5 pages or fewer return the result inline; otherwise poll the job, then download it as pdf:
curl -L "https://ocr.chat/api/v1/ocr/JOB_UUID/download/?format=pdf" \
-H "Authorization: Bearer YOUR_API_TOKEN" -o result.pdf
Read the API docs →