How to make a scanned PDF searchable on Mac

Use Live Text when you only need to copy words. Add a text layer when the PDF itself must remain searchable.

A scan stores each page as an image. OCR recognizes the letters and can place invisible text in a new PDF without replacing the visible page.

Both OCR methods below run on your Mac.

First check

Is the PDF already searchable?

Open the file in Preview, press Command-F, and search for a distinctive word you can see on the page. Then try dragging across a sentence with the Text Selection tool.

Apple documents that Preview Live Text can copy text from an image. That solves copying a passage; it is not the same task as writing searchable text into the PDF file.

Free and local

Create a searchable copy with mac-ocr

If you are comfortable with Terminal and already have Node.js, the open-source mac-ocr tool can create the searchable copy without an account or upload:

npx mac-ocr searchable-pdf "scan.pdf"

By default, that writes scan.ocr.pdf beside the original. Open the new file in Preview, press Command-F, and search for a word from the scan. The project's documentation says recognition uses Apple Vision locally and that pages which already contain text are skipped by default.

Keep and check the original. OCR is an interpretation of pixels, not a guarantee. Compare names, totals, reference numbers, and dates with the scan.

Choose the smallest tool

Preview, a free command, or a visual app

Preview Live Text — copy one passage

Use the app already on your Mac when you only need to select and copy visible words. It is the quickest route, but it does not give you a repeatable batch workflow for saving searchable PDF copies.

mac-ocr — free searchable PDF from Terminal

Use the free command when you want a local searchable copy and are comfortable with Node.js and Terminal. It supports PDFs and images, multiple inputs, language choices, and an explicit output path.

PX7 PDF OCR — visual review, folders, and sidecars

Use PX7 when you want to review original, searchable, and extracted-text views; process folders; choose recognition detail and language; or export TXT and Markdown beside the PDF. It creates new files and never overwrites the originals. €19 once after a seven-day trial.

PX7 PDF OCR showing 10 recognized text blocks and one searchable page from a synthetic image-only PDF

Download free 7-day trial

brew install --cask px7digital/tap/px7-pdf-ocr

Acrobat Pro — use the licence you already have

Acrobat's Scan & OCR tool creates a searchable text layer and supports multiple files. If your workplace already provides it, use that workflow. Adobe also recommends reviewing the recognized document after OCR.

Verification

Check more than Command-F

Common questions

Searchable PDF OCR on Mac

Can Preview make a scanned PDF searchable?

Preview Live Text can let you select and copy visible text, but that is different from saving a portable searchable text layer inside the PDF.

Can I make a scanned PDF searchable for free on Mac?

Yes. The open-source mac-ocr command can use Apple Vision locally and write a new PDF with an invisible searchable text layer.

Does OCR change how the scanned page looks?

A searchable-image OCR workflow keeps the scanned page visible and positions an invisible text layer over or behind it. Always compare the output with the original.

Is OCR text always accurate?

No. Scan quality, language, layout, type size, handwriting, and page rotation affect recognition. Review important names, numbers, and dates before relying on the result.