Readable
Clean headings, lists, tables and references in output.md.
Markovo · PDF works today
Start with a PDF. Get clean Markdown, extracted assets, and a reviewable bundle ready for people or AI.
No account for your first 10 pages. Create one for 100 permanent trial Credits.
Delivery ready
Verified output links appear here after conversion.
One output contract
Clean headings, lists, tables and references in output.md.
Extracted figures stay beside the document in assets/.
source_map.json keeps output connected to its source pages.
quality_report.json makes weak pages and fallbacks visible.
The workbench
We inspect page count and route complexity before asking you to confirm Credits.
Credits are frozen while the job runs, settled on success, and released on failure.
Download Markdown, its source map, assets, metadata, and a quality report together.
Format roadmap
Every format must pass the same security, quality, Credits, and bundle checks before it becomes available.
Convert digital PDFs now in the browser, API, CLI, or MCP.
TXT, HTML, DOCX, PPTX, and EPUB now pass the first bundle lab; broader files and edge cases come next.
CSV, XLSX, and simple image OCR pass the first lab. Complex scans still need structure and safety benchmarks.
Simple Credits
Built for workflows
curl -X POST https://markovo.net/v1/convert \
-H "Authorization: Bearer mk_live_..." \
-F "file=@paper.pdf" -F "max_credits=30"export MARKOVO_BASE_URL="https://markovo.net"
export MARKOVO_API_KEY="mk_live_..."
markovo convert paper.pdf --out output --max-credits 30markovo-mcp
# estimate → confirm → poll → download