parse_pdf
Extract and process PDF content with options for quick preview or full parsing, including text and images. Integrates with the MCP Development Framework for efficient document handling.
Instructions
解析PDF文件内容,支持快速预览和完整解析两种模式
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_path | Yes | PDF文件的本地路径,例如'/path/to/document.pdf' | |
mode | No | 解析模式:'quick'(仅文本)或'full'(文本和图片),默认为'full' | full |