extract_tables
Extract all tables from PDFs into structured JSON. Returns headers, rows, and summary. Use for financial reports, research data, and invoices.
Instructions
Extract all tables from a PDF as structured JSON. Returns table count, headers, rows, and a summary. Costs 300 sats via Lightning. Use for: financial reports, research data, invoices with line items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the PDF | |
| max_pages | No | Max pages to process (default 20) |