Turn any image into clean Markdown.
Screenshots get OCR, photos get an AI description, mixed images get both. The converter decides automatically.
Not every image should be treated the same way. CleanMD classifies each image first: a screenshot of text goes through OCR and comes back as structured Markdown; a photo or illustration gets a faithful AI description; a slide with both text and graphics gets a combination. You never have to pick a mode — the routing is automatic.
How it works
- 1Drop a JPG, PNG, WebP or GIF in the converter above.
- 2The AI classifies the image (text, visual, or mixed) and routes it to OCR, description, or both.
- 3Review the Markdown and download the .md file.
Before and after
[Screenshot of a pricing table] Starter $9/mo 1 project Pro $29/mo 10 projects Team $99/mo Unlimited
## Pricing | Plan | Price | Projects | | ------- | ------ | --------- | | Starter | $9/mo | 1 | | Pro | $29/mo | 10 | | Team | $99/mo | Unlimited |
Frequently asked questions
How does it decide between OCR and description?
Each image is classified by an AI model first: mostly text → OCR, mostly visual → description, mixed → both combined. You don't have to choose anything.
Which image formats are supported?
JPG, JPEG, PNG, WebP and GIF, up to 3 MB on the free tier.
Can it read tables inside screenshots?
Yes. Tables detected in the image are reconstructed as real Markdown tables rather than lines of loose text.
Is the image stored after conversion?
No. Images are processed only for the duration of the conversion and nothing is persisted afterwards.