Extract Tables from PDF
extract_tablesDetect and reconstruct tables from a text-based PDF. Returns each table as structured rows plus ready-to-use markdown and CSV renderings. Works best on PDFs with clear columnar layout (invoices, reports, statements).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_url | No | Public http(s) URL of the file | |
| file_base64 | No | Base64-encoded file contents (data-URI prefix allowed) |