pdf_extract_tables
Extract tables from text-based PDFs into JSON rows or CSV. Use for invoices, reports, and bank statements with page range and column controls.
Instructions
Find tables in a text-based PDF (local path) and return them as JSON rows (default) or CSV – works on invoices, reports, bank statements. $0.01 PER PAGE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| output | No | json | |
| min_cols | No | Minimum columns for a row to count as table (default 2) | |
| last_page | No | ||
| first_page | No | ||
| output_path | No | ||
| idempotency_key | No |