extract_tables
Extract table-like structures from documents, detecting pipe, tab, and space-delimited columns. Ideal for obtaining structured data from PDFs, CSVs, or text files.
Instructions
Extract table-like structures from a document, detecting pipe-delimited, tab-delimited, and multi-space-delimited columns. Use this when you need structured tabular data from a PDF, CSV, or text file. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | The document filename to extract tables from | |
| page | No | Optional page number for PDFs (1-based). If omitted, extracts from all pages. |