parse_pdf
Extract text and images from PDFs using two modes: quick (text only) or full (text and images). Specify the file path and mode to process PDFs efficiently in the MCP Development Framework.
Instructions
解析PDF文件内容,支持快速预览和完整解析两种模式
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_path | Yes | PDF文件的本地路径,例如'/path/to/document.pdf' | |
mode | No | 解析模式:'quick'(仅文本)或'full'(文本和图片),默认为'full' | full |