extract_table_from_image
Extract table data from images and output as structured JSON, Markdown, or CSV.
Instructions
Extract visible table data from an image as structured JSON, Markdown, or CSV-oriented output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | ||
| file_id | No | file_id returned by PUT /upload. Preferred over image_base64 to avoid corruption of large base64 in the tool-call path. Persistent across restarts, content-deduplicated. | |
| mime_type | No | MIME type. Required with image_base64; ignored (uses stored value) with file_id. | image/png |
| image_base64 | No | Raw base64-encoded image bytes, without a data: URL prefix. Prefer file_id for large images. | |
| output_format | No | json |