PDF OCR tools
Extract text from scanned PDFs and make them searchable.
Optical character recognition turns a picture of text into text. A scanned contract, a photographed receipt, a fax that arrived as an image — the PDF holds pixels, so searching it finds nothing and selecting a sentence is impossible. OCR PDF runs recognition over each page and writes an invisible text layer behind the image, leaving the document looking exactly as it did while making it searchable, selectable and legible to assistive technology.
Reach for it when PDF to text comes back empty or returns nonsense: that is the signal that the file has no character data to extract and needs recognition instead. Results depend heavily on the source. Clean 300 dpi scans of printed text are close to dependable; low-resolution phone photos, badly skewed pages, handwriting and dense tables are all harder, and a proofread afterwards is time well spent.
Recognition itself happens in your browser, on your own processor, which is why a long document takes real time rather than queuing on somebody else's hardware. One honest caveat belongs here: the language data the recognizer needs is fetched from a public CDN the first time you run it, so the very first run needs a connection. The document you are processing is never part of that request.