Skip to main content
Glama

mcp-pdf2md

convert_pdf_file

Convert PDF files to Markdown format, supporting single files or lists. Enable OCR to extract text from scanned documents for accurate conversion.

Instructions

Convert local PDF file to Markdown, supports single file or file list Args: file_path: PDF file local path or path list, can be separated by spaces, commas, or newlines enable_ocr: Whether to enable OCR (default: True) Returns: dict: Conversion result information

Input Schema

NameRequiredDescriptionDefault
enable_ocrNo
file_pathYes

Input Schema (JSON Schema)

{ "properties": { "enable_ocr": { "default": true, "title": "Enable Ocr", "type": "boolean" }, "file_path": { "title": "File Path", "type": "string" } }, "required": [ "file_path" ], "title": "convert_pdf_fileArguments", "type": "object" }
Install Server

Other Tools from mcp-pdf2md

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/FutureUnreal/mcp-pdf2md'

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