pdf_extract_tables
Extract tables from a specific PDF page and return them as markdown for use in RAG pipelines.
Instructions
Extract tables from a specific page of a PDF and return them as markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_num | Yes | Page number to extract tables from (1-indexed). | |
| file_path | Yes | Absolute path to the PDF file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||