Conversion Starts on Paste
Snip a region, press Ctrl+V anywhere on the page, and image to markdown conversion begins on whatever is on your clipboard. There is no Convert button, because an OCR tool only ever had one thing to do with a picture.
Convert image to Markdown with private in-browser OCR. This free image to Markdown converter turns screenshots, PNG, JPG, WebP, GIF, and scanned pages into editable Markdown headings, lists, and tables without uploading images.
The image to markdown converter reads the text in a screenshot, scan, or photo and writes it back out as Markdown — headings, lists, and tables included — using OCR that runs inside your own browser rather than on a server.

Four stages run between dropping a picture in and copying Markdown out. Only the first two are OCR; the interesting part is what happens to the coordinates afterwards.
"Follow-up actions" 18pt bold y=557
"Item" "Owner" "Due" 11pt y=599
"Clear drainage outlet" … x=372, 723, 938## Follow-up actions
| Item | Owner | Due |
| --- | --- | --- |
| Clear drainage outlet | Maintenance | 14 days |Recognition is only half the job. These are the parts that decide whether you get usable Markdown or a paragraph of run-together text.
Snip a region, press Ctrl+V anywhere on the page, and image to markdown conversion begins on whatever is on your clipboard. There is no Convert button, because an OCR tool only ever had one thing to do with a picture.
Drop up to twelve pictures and they line up and convert one after another, sharing a single engine load. Each keeps its own Markdown, and once more than one is done you can take the whole set as a ZIP of .md files.
Text noticeably larger than the body of the page becomes a # heading at the matching level. Size ratio drives the decision, so the same rules work on a phone photo and a 600 DPI scan.
Rows whose words land in the same vertical bands across several lines are reassembled as a GFM pipe table — the hardest part of any image to markdown conversion, and the one worth checking.
Bullet glyphs and 1. / a) markers become nested list items. Lines broken by the page margin are joined back into paragraphs, words hyphenated across a break are rejoined, and a wide vertical gap starts a new block.
English plus Chinese, Japanese, Korean, Russian, Arabic and the major European languages, in mixed-script pairs so a bilingual document is read in one pass. Switching the language reads every open image again in it.
The converter reports its own average confidence and how many uncertain words it discarded, so you know whether to trust the result or rescan at a higher resolution.
Recognition runs once. Toggling heading, list, or table detection re-derives the Markdown from the stored layout in milliseconds instead of reading the image again.
Recognition runs locally on your own machine. Unlike hosted OCR services, your screenshot, contract scan, or whiteboard photo is never transmitted to or stored on a server.
OCR quality varies enormously with the source. Knowing where image to markdown conversion struggles saves you more time than any feature list.
Treat every conversion as a first draft. OCR does not tell you when it has guessed wrong, so proofread against the original image before the text goes anywhere that matters.
From a screenshot on your clipboard to structured Markdown, without an account or an upload.
Press Ctrl+V to paste a screenshot, drag files onto the page, or click to browse. PNG, JPG, WebP, and GIF all work, up to 15 MB each, and every image you add joins the queue on the left.
Conversion starts by itself. Each image is read in turn by one shared engine — the row in the list spins while its image is being read and ticks when it lands, a scan line sweeps the picture in front of you, and one line says when the queue is done. Set the language first if the page is not English, or switch it afterwards and everything is read again.
The rendered preview opens beside the original image; switch to Markdown for the source, toggle heading, list, and table detection until the structure matches, then copy it, download a .md file, or take the whole batch as a ZIP.
Answers on accuracy, privacy, languages, tables, code, handwriting, and offline use.
Scroll back to the converter, paste a screenshot with Ctrl+V, and turn text you cannot select into Markdown you can edit.