Blog
How to Convert a PDF Question Paper into an Editable Word Document
A step-by-step guide to turning a scanned or digital PDF question paper into a clean, editable Word file — including how OCR handles scanned pages and math.
Why PDFs are a dead end for editing
Most question papers end up as PDFs — a scanned printout from a coaching institute, a typeset paper from a publisher, or an export from some other software. That's fine for reading, but the moment you need to edit even one question, renumber a section, or reuse the content elsewhere, a PDF fights you. Text isn't selectable in a scanned page, tables fall apart when copied, and equations turn into garbled symbols or screenshots.
Converting to Word (.docx) is the practical fix, but only if the conversion actually preserves structure — paragraphs stay paragraphs, tables stay tables, and math stays math instead of becoming an image or a string of Unicode approximations.
What OCR actually needs to get right
A plain OCR tool reads pixels and guesses at characters — good enough for a plain-text page, but it usually breaks on two things: math notation and page layout. A fraction, an exponent, or a matrix has to be recognized as math and converted into a real equation object in the output file, not left as a jumble of characters. And a two-column exam layout has to be read in the right order — top-to-bottom within a column, not straight across the page, or sentences from two different questions end up interleaved.
Formatly's Doc Export tool is built around this specific problem. Upload a PDF — scanned or digital, doesn't matter — and it reads the actual page images, recognizes math and reconstructs it as real equations, and preserves the document's structure rather than just dumping recognized text into one long paragraph.
Getting more than just a Word file out of it
Once a document's content is understood, generating alternate formats is close to free. Doc Export converts one PDF into DOCX, but also into MMD, plain Markdown, LaTeX, HTML or JSON at the same time, without any extra cost beyond the page count — useful if you need the same content in a Word file for editing and in Markdown for a website or LMS in one pass.
The whole thing runs from a single upload: drop in the PDF, pick which output formats you need, and download individually or grab everything at once in a zip.