pdf_extract_tables
Extract data tables from PDF files and convert them into Markdown format.
Instructions
Extract structures resembling data tables from a PDF text stream and format them in Markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileData | No | Base64 encoded PDF file data. | |
| filePath | No | Local filesystem path to the PDF file. |