extract_tables
Extract all tables from a document, providing structured data with page number, table dimensions, markdown, and cell rows.
Instructions
Extract all tables from a document.
Returns a list of {page, index, num_rows, num_cols, markdown, rows}.
Each rows entry is a list of cell strings (row-major).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| ocr_languages | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |