MCP Development Framework

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

NameRequiredDescriptionDefault
file_pathYesPDF文件的本地路径,例如'/path/to/document.pdf'
modeNo解析模式:'quick'(仅文本)或'full'(文本和图片),默认为'full'full

Input Schema (JSON Schema)

{ "properties": { "file_path": { "description": "PDF文件的本地路径,例如'/path/to/document.pdf'", "type": "string" }, "mode": { "default": "full", "description": "解析模式:'quick'(仅文本)或'full'(文本和图片),默认为'full'", "enum": [ "quick", "full" ], "type": "string" } }, "required": [ "file_path" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Development Framework

Related Tools

ID: i6x9dydcf7