PDF OCR Beta
Make a scanned PDF searchable by running OCR in the browser.
How to pdf ocr
- Open a scanned PDF. Language data downloads once on first use.
- Choose the document language — the right language model significantly affects accuracy.
- Run OCR and download a searchable PDF with a hidden text layer, or a plain text file.
About this tool
A scanned PDF is fundamentally an image — the scanner captured a photograph of each page and saved it as a PDF wrapper around those images. There is no text layer, so Ctrl+F finds nothing, copy-paste copies nothing, and screen readers find nothing. OCR is the process of reading the images and reconstructing the text.
Tesseract is the most widely used open-source OCR engine, and its WebAssembly port brings it into the browser without any server involvement. The accuracy is real for clean scans; the limitations are real too, particularly for handwriting and degraded documents. The output PDF carries an invisible text layer overlaid on the original scanned images, so the visual appearance is untouched while search and selection start working.