PDF to Text. Lightning Fast.
Extract text from any PDF with industry-leading accuracy. Native text extraction + OCR in a single API. Process thousands of pages per second with intelligent page-level parallelism.
Demo access · No credit card required · Paid plans coming soon
275ms
50-page native PDF
99.9%
Uptime SLA (Business+)
46x
Faster than sequential OCR
Simple API. Powerful Results.
curl -X POST https://api.optiopdf.com/v1/extract \
-H "Authorization: Bearer sk_live_..." \
-F "file=@document.pdf" \
-F "mode=fast" \
-F "languages=eng"
{
"job_id": "job_abc123",
"status": "completed",
"pages": 12,
"text": "Extracted text content...",
"confidence": 0.97,
"duration_ms": 340
}