Validate
Markovo checks the extension, MIME type, image signature, file size, and decoded pixel limit.
Image to Markdown · Signed-in OCR
Upload a clear screenshot or scanned page. Markovo returns OCR text as Markdown and keeps the original image beside it for review or AI use.
PNG, JPEG, WebP, TIFF, and BMP are supported. We show the estimate first; Credit v2 bills 0.5 Credit per actual OCR image.
Delivery ready
Verified output links appear here after conversion.
The Markdown contains OCR text and a relative reference to the original image. Metadata records line-level confidence and the exact low-confidence lines so weak output is visible before reuse.
Markovo checks the extension, MIME type, image signature, file size, and decoded pixel limit.
Offline OCR reads clear text without sending the image to another conversion API.
Download output.md or the full bundle with assets/source.* and quality evidence.
image-to-markdownUse the browser, API, CLI, or MCP through one account and History.
Single-column scans and high-contrast text are the safest first use cases.
Tables, formulas, handwriting, charts, and multi-column reading order may need review.
Markdown, the source image, metadata, source map, quality report, manifest, and ZIP use one contract.
curl -X POST https://markovo.net/v1/convert \
-H "Authorization: Bearer ${MARKOVO_API_KEY}" \
-F "file=@scan.png" \
-F "capability_id=image-to-markdown" \
-F "max_credits=0.5"markovo convert scan.png \
--out runs/scan \
--max-credits 0.5markovo_convert({
"input_path": "scan.png",
"max_credits": 0.5
})