TABLE EXTRACTION
Extract tables from PDFs and images
Return spreadsheet-ready rows and cells without rebuilding document layout by hand.
INPUT statement.pdf OUTPUT headers[] · rows[] · CSV
{
"headers": ["Item", "Qty", "Amount"],
"rows": [["Widget", 3, 120]]
}WHAT YOU GET
JSON and CSV outputs
Use the format your workflow needs
Rows, cells and headers
A practical data contract
Page context
Trace a table back to its source
Tables from PDFs or images
One endpoint, consistent output
ONE PREDICTABLE REQUEST
Send a document. Get the same response format every time.
curl -X POST https://api.startocr.com/v1/tables \ -H "Authorization: Bearer $STARTOCR_API_KEY" \ -F file=@statement.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