Free tool

PDF to Markdown, in your browser.

Pull the text layer out of a PDF and save it as Markdown. No account, no upload — the file is read in this tab and never leaves it.

Drop in a PDF

Up to 10MB. It is read in this tab and never uploaded anywhere.

Nothing is sent to a server — there is no upload endpoint behind this.

Where it stops

This reads text. It does not read documents.

A PDF stores characters and where to draw them, and nothing about what they mean. Four things fall through that gap every time.

Formulas come out as scrambled characters

Equations are drawn glyph by glyph. The text layer has the characters but not the structure, so they arrive out of order.

Tables lose their grid

Cells are just positioned text. Reading them in order gives you the words with none of the rows and columns they belonged to.

Images and charts are skipped

Anything drawn rather than typed has no text layer at all, so it does not appear in the output.

Scans produce nothing

A photographed or scanned page is one big image. There is no text to extract, and this tool will tell you so rather than return an empty file.

With OCR

Or hand the same file to something that reads it.

Oyren's OCR reads the page rather than scraping its text layer — the formulas, tables and figures included.

  • Formulas preserved as LaTeX you can edit
  • Tables rebuilt as Markdown grids
  • Diagrams and charts described in place
  • Scanned pages read like any other page
Try it on your file