Extract text from scanned documents and image-based PDFs using optical character recognition.
or click to browse files (max 50 MB)
PDF pages are converted to images using Ghostscript
Tesseract OCR reads text from each page image
Extracted text is compiled into a .txt file for download
Pull real, searchable, copyable text out of a scanned or image-based PDF using optical character recognition, downloaded as a plain text file.
The server first uses Ghostscript to rasterize every page of your uploaded PDF into a separate PNG image at your chosen resolution (150, 200, or 300 DPI) — higher DPI produces sharper images for recognition but takes longer to process.
Each page image is then run through Tesseract OCR, an open-source text-recognition engine, using the language pack you select (English by default, with other languages available), which analyzes the pixels and outputs the recognized text for that page.
The recognized text from every page is concatenated together with page-number markers and returned as a single downloadable .txt file — this tool extracts text only, it does not produce a new PDF with a text layer overlaid on the images.