Skip to main content
Glama

MCP Development Framework

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

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" }

Other Tools from MCP Development Framework

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/aigo666/mcp-framework'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server