A scanned paper document being converted to editable digital text on a computer screen

How to Convert a Scanned PDF to Editable Text (OCR Guide 2026)

Scanned PDFs look like documents but contain no text — just pixels. OCR is the fix. Here's how it works and how to do it.

You open a PDF, try to click on a word, and nothing happens. You try to copy a sentence and get garbage characters — or nothing at all. The file looks like a document but refuses to behave like one. This is almost always a scanned PDF: a photograph of a page saved as a PDF file, with no actual text inside. OCR (Optical Character Recognition) is the technology that fixes it. This guide explains exactly how OCR works, what affects its accuracy, how to use it, and when it won't save you.

What a Scanned PDF Actually Is

When someone photocopies a paper document or takes a photo with a scanner or phone, they get an image — a grid of pixels that looks like text to human eyes but is invisible to software. Saving that image as a PDF creates what's called a scanned PDF or image-only PDF.

The difference between this and a native PDF matters a lot. A native PDF — the kind exported from Word, InDesign, or a browser — stores actual character data alongside positioning information. You can select text, copy it, search it, and edit it. A scanned PDF stores none of that. Click anywhere and you're clicking on a flat image, the same as clicking on a JPEG of a newspaper page.

This explains several frustrations people run into: you can't select text to copy, Ctrl+F searches turn up nothing, screen readers can't read the content aloud, and — critically — any PDF editor will open the file but have no text elements to work with. The file isn't broken. It's just a picture. "Can't edit without Adobe Acrobat" is one of the most common complaints about the format — but for scanned PDFs, even Acrobat needs to run OCR first before editing is possible.

A quick way to confirm you have a scanned PDF: open it, press Ctrl+A to select all, then Ctrl+C to copy, and paste into a text editor. If you get nothing or random symbols, it's scanned.

How OCR Works

Optical Character Recognition is software that analyzes an image, identifies shapes that match known letter and number patterns, and outputs the corresponding text. It has been around since the 1970s, but modern OCR — particularly cloud-based systems — is dramatically more accurate than it was even five years ago.

The basic process works in several stages. First the image is preprocessed: contrast is normalized, skew is corrected (if the page was scanned at a slight angle), and noise (specks, shadows, creases) is filtered out. Then the engine segments the image into regions — columns, paragraphs, lines, words, individual characters. Each character region is compared against a trained model that predicts which character it most likely represents. Finally, a language model checks that the resulting words and sequences are plausible, correcting likely misreads (a smudged "0" next to letters is probably an "O", not a zero).

The output is text data. Good OCR tools don't just return a wall of text — they also attempt to preserve layout, recognizing where columns were, where headings appeared, and roughly where on the page each block of text sat. This is why the quality of the OCR result varies so much: the algorithm is doing a lot of guessing under the hood.

One important thing to know: OCR is not editing. After OCR runs, you have a document with a text layer overlaid on the original scanned image. An editor can then let you modify that text layer. The original image may still be visible underneath. This is normal, not a bug.

What Affects OCR Accuracy

OCR can be astonishingly accurate or frustratingly wrong depending on several factors, all of which are worth understanding before you decide whether to invest time in it.

Scan resolution (DPI) is the single biggest factor. DPI stands for dots per inch — how many pixels represent each inch of the original page. 300 DPI is the minimum for reliable OCR on standard printed text. 600 DPI is better for small fonts or fine detail. Phone photos taken in poor lighting are often the equivalent of 150 DPI or less, and OCR on these frequently produces garbled output. If you have access to the original paper document, rescanning at 300+ DPI before running OCR will dramatically improve results.

Image clarity matters beyond raw resolution. Pages with stains, highlighting, stamps, watermarks, or heavy shadows confuse OCR engines. A crumpled or folded page that was scanned flat but still has creases can cause character misreads along the fold lines.

Language is a significant variable. Latin-script languages (English, French, Spanish, German) have the highest accuracy because OCR engines have been trained on enormous datasets in these languages. Arabic, Urdu, Hindi, Chinese, and other non-Latin scripts require specialized models. Handwriting — in any language — is treated as a separate, harder problem from printed text. Most general-purpose OCR tools handle handwriting poorly; dedicated handwriting recognition is a different technology.

Font type plays a role too. Standard serif and sans-serif fonts are recognized reliably. Highly decorative display fonts, condensed fonts with tight character spacing, or very small text (below 8pt on the original page) all reduce accuracy.

Step-by-Step: Making a Scanned PDF Editable

This takes two tools, because no single one here does both halves. Online PDF Edits does not perform OCR — it edits text that already exists — so the recognition step happens elsewhere first.

Step 1 — Add a text layer. Run the scan through an OCR tool. OCRmyPDF is free, runs locally so nothing is uploaded, and adds a text layer beneath the existing page image without altering how the page looks. ABBYY FineReader is more accurate on poor scans and on non-Latin scripts. Adobe Acrobat has OCR built in if you already have it.

Set the language explicitly before running it. Recognition uses language statistics to choose between similar-looking characters, so the wrong setting measurably lowers accuracy.

Step 2 — Check what it produced. Open the result and try to select a line of text. If it selects, the layer is there. Read the figures specifically — amounts, dates, reference numbers — because OCR fails confidently, and a plausible wrong digit is exactly what a reader skims past.

Step 3 — Edit it. Now the document has real text, so the editor can change it like any other PDF, within 10 MB and 100 pages. Bear in mind you are editing the text layer while the scanned image sits behind it: for a change that is visibly different on the page, the image region underneath has to be covered or removed as well.

Step 4 — Export. The download keeps both the page image and the text layer, so the document looks as it always did and is now searchable and selectable.

If the scan runs to many pages and you only need some of them, extract those pages before the OCR step — recognition is the slow part, and there is no reason to run it over pages you are going to discard.

Language Support: Arabic, Urdu, Hindi, and More

A notable limitation of many OCR tools is poor support for non-Latin scripts. If you're working with Arabic, Urdu, Hindi, or other complex-script languages, results from generic OCR engines are often unusable — characters are misidentified, reading order is reversed (Arabic reads right-to-left), or diacritical marks are dropped entirely.

Tools differ in how they detect the document language, and accuracy on non-Latin scripts varies enough to be worth testing before committing to one. Arabic documents are processed with Naskh-aware recognition; Urdu documents with Nastaliq-aware recognition (Nastaliq is the distinct calligraphic style used for Urdu, very different from standard Arabic). Hindi and Devanagari script are handled separately from Arabic/Urdu. The result is substantially better than running a default English-trained OCR engine on these documents.

This matters practically because a large volume of scanned documents in use across South Asia and the Middle East are in these languages. Government forms, legal documents, academic papers, and business records in Arabic, Urdu, and Hindi are often only available as scanned images. The ability to make these documents editable and searchable — rather than permanently locked in image form — is significant for anyone working with those document types.

For documents in European languages other than English, standard OCR accuracy is generally high. French, German, Spanish, Italian, and Portuguese are all well-supported. If you're working with a less common language and get poor results, the best workaround is to manually correct OCR errors after extraction rather than expecting the engine to self-correct.

Comparison: Scanned PDF vs. Native PDF vs. OCR'd PDF

Understanding the differences between these three types helps set realistic expectations.

FeatureScanned PDFNative PDFOCR'd PDF
Text selectableNoYesYes
Ctrl+F search worksNoYesYes
Can be edited directlyNoYesYes (with corrections)
Screen reader accessibleNoYesYes
Visual fidelityExact (photo)Exact (vector)Exact (photo preserved)
File sizeLargeVariesLarger than scanned alone
OCR errors possibleN/ANoneYes, depends on scan quality
Handwriting editableNoN/ARarely reliable

The key insight from the table: an OCR'd PDF is not as clean as a native PDF. A document that was born digital — typed in Word and exported to PDF — will always be more reliably editable than a scanned version that has been OCR'd. OCR is the right tool when you have no other option, not a replacement for working with the original digital source when one exists.

"Convert scanned PDF to Word" is one of the highest-volume PDF searches globally, which tells you how common this problem is. Most people don't need Word specifically — they need the text extracted and editable. Whether that output is Word, PDF with a text layer, or plain text depends on what you're doing with it next.

When OCR Won't Help

OCR has real limits, and knowing them saves time. These are the situations where OCR is likely to fail or produce unusable results:

Very low DPI scans. Phone photos taken casually — not with a scanning app in good light — often lack the resolution OCR needs. A 72 DPI image of a page will produce mostly garbage. If you can rescan the original at 300 DPI, do that first.

Handwritten documents. Printed text OCR and handwriting recognition are separate technologies. General-purpose OCR does poorly on handwriting, especially cursive. If the document is handwritten, OCR output will need significant manual correction at best and may be completely wrong.

Severely degraded originals. Old documents with significant fading, water damage, mold staining, or age-related browning can be impossible to OCR reliably even at high DPI. The signal simply isn't there for the algorithm to work with.

Complex artistic or decorative text. Logos, certificates with calligraphic fonts, posters with hand-lettered style fonts, and similar documents confuse OCR engines. The letters don't match the patterns the engine was trained on.

Multi-column layouts with complex structure. OCR often struggles to preserve reading order in documents with intricate layouts — multiple columns, sidebars, wrapped text around images. The extracted text may be in the wrong order even if individual characters are recognized correctly. For these documents, expect to manually reorder content after extraction.

If OCR fails or produces too many errors to be worth correcting, an alternative is to treat the scanned page as an image and work with it as such. You can use the edit-pdf tool to add new text boxes on top of the scanned image, effectively annotating over it, even if the underlying text isn't recognized. It's not ideal, but it works for adding signatures, filling in blanks, or adding notes to a scan. For adding a signature specifically, the sign-pdf tool is the fastest path.


FAQ

Can I edit a scanned PDF without paying for Adobe Acrobat?

Yes. Adobe Acrobat is not required to OCR or edit a scanned PDF. Several free online tools run OCR automatically when you upload a scanned PDF. Online PDF Edits does not perform OCR, so a scan has to be through an OCR pass elsewhere first; once the page carries a real text layer, it can be edited normally. People frustrated by needing Adobe for basic edits are often unaware these alternatives exist.

How accurate is OCR on scanned PDFs?

For a clean, high-resolution scan (300 DPI or above) of standard printed text in English or another Latin-script language, modern OCR achieves above 95% character accuracy. Lower scan quality, unusual fonts, or complex scripts like Arabic and Urdu reduce that significantly. Handwriting is handled poorly by most general-purpose OCR engines. Always review OCR output before relying on it for anything important.

Why can't I select text in my PDF?

If clicking on text does nothing, or Ctrl+A selects nothing, the PDF is almost certainly image-only — a scanned PDF with no text layer. The document is a picture of text, not actual text. OCR is the solution: run OCR on the file to create a text layer, after which the text becomes selectable, searchable, and editable. This is different from a native PDF where text selection is broken due to font encoding issues.

Does OCR work on Arabic, Urdu, and Hindi PDFs?

Standard OCR engines often produce poor results on Arabic, Urdu, and Hindi because these scripts require specialized models — Arabic reads right-to-left, Urdu uses Nastaliq calligraphy with complex ligatures, and Devanagari (used for Hindi) has distinct character formation rules. Tools that include language detection and script-specific OCR engines will produce far better results than generic engines. Expect to manually correct some errors even with the best available tools on these languages.

Usama Ramzan
Written byUsama RamzanFounder, Online PDF Edits

Usama Ramzan is the founder of Online PDF Edits, a browser-based PDF editor built to change text, images, and tables in existing PDFs without breaking their fonts, spacing, or multi-page layout. He writes about practical PDF editing, document workflows, and the engineering behind layout-safe editing.

Recommended reading

View all articles →