Parse Pdf
parse_pdfParse PDF reports into Markdown with tables preserved, from local files or online URLs.
Instructions
解析 PDF 报告为 Markdown(保留表格),本地文件或在线 URL 均可。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | 在线 PDF 的 URL(与 file_path 二选一) | |
| file_path | No | 本地 PDF 路径(与 url 二选一) | |
| max_pages | No | 最大解析页数,默认 30 | |
| extract_tables | No | 是否提取表格,默认 true |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||