PDF TO MARKDOWN
PDF to Markdown API for AI applications
Convert native, scanned and mixed PDFs into structured Markdown that preserves reading order.
INPUT annual-report.pdf OUTPUT # Revenue | Quarter | Revenue |
# Revenue | Quarter | Revenue | | --- | --- | | Q1 | $4.2M |
WHAT YOU GET
Structured Markdown
Headings, paragraphs and lists
Reading order retained
Cleaner chunks for downstream AI
Tables in context
No manual reconstruction
Page-aware output
Keep source boundaries visible
ONE PREDICTABLE REQUEST
Send a document. Get the same response format every time.
curl -X POST https://api.startocr.com/v1/markdown \ -H "Authorization: Bearer $STARTOCR_API_KEY" \ -F file=@document.pdf
BUILT FOR PRODUCTION
Works beyond the demo.
Async jobs, page-level results, retries, webhooks, request logs and usage tracking.
Same response every time
Use the same field names across the API
Smart processing
Balances speed and accuracy
Easy controls
Check errors and costs in one place