Extract text from scanned or image-based PDFs using on-device OCR - no file ever leaves your browser.
Pulls readable text out of scanned PDFs and image-based pages using on-device OCR (optical character recognition) — the same job most free OCR tools do by uploading your file to a server, done here entirely in your browser instead.
Only for scanned pages - recognizing text in an image is far more computationally expensive than reading a PDF's existing text layer, and it runs entirely on your device rather than a server, so speed depends on your machine.
Yes, and it's fast for those pages - the tool checks each page for a real text layer first and only falls back to OCR on pages that don't have one (i.e. actual scans).
English only for now. Support for additional languages may be added later.
No - the OCR engine (Tesseract.js, WebAssembly) runs entirely in your browser tab. The first use downloads the engine itself from a CDN, but your PDF and its content are never sent anywhere.