How PDF OCR · make it searchable works
PDF OCR turns a scanned PDF, one made of page images with no real text, into a searchable PDF: the same page images, plus an invisible text layer positioned over each recognized word. Open the result in any PDF reader and you can now use Ctrl+F to find a word, select and copy a paragraph, or let a search engine index the document, all things a plain scan cannot do. The recognition itself runs with tesseract.js (the same self-hosted OCR engine used by the OCR tool), and page rendering runs with pdf.js; both execute entirely inside your browser tab, and your file is never uploaded.
This tool is honest about what it does and does not do. It does not reconstruct a layout, tables or fonts, and it is not an editable-document converter: the visible page stays a picture, identical to the source scan, with a hidden text layer added underneath the appearance. Recognition accuracy depends on scan quality, the same 200 DPI-or-better, high-contrast, straight-page guidance that applies to any OCR engine. If you only need the plain extracted text rather than a PDF you can search inside, the OCR tool produces a .txt file instead and is faster for that specific job.