PDF Table Extraction API
# PDF Table Extraction API Extract structured table data from PDF documents. The API makes a best-effort attempt to detect and extract tables within PDFs, returning the data in JSON (default), Excel (.xlsx), or CSV (ZIP) formats. ## What This API Does - **Table detection** — Identifies table structures within PDFs - **Multi-table support** — Extracts all tables found, preserving order -…
PDF Table Extraction API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Extract Tables /extract |
Upload a PDF via multipart/form-data (field: file) or JSON body with base64 `file`. Query params: pages, outputFormat (json|xlsx|csv), strategy (lattice|stream|auto),… |
PDF Table Extraction API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA Recommended | $30 / month | — |
|
| MEGA | $99 / month | — |
|