Skip to main content
Glama

mcp-pdf2md

convert_pdf_url

Convert PDF files from URLs into Markdown format, supporting single or multiple URLs. Enable OCR for text extraction from scanned documents. Simplifies PDF-to-text workflows efficiently.

Instructions

Convert PDF URL to Markdown, supports single URL or URL list Args: url: PDF file URL or URL 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
urlYes

Input Schema (JSON Schema)

{ "properties": { "enable_ocr": { "default": true, "title": "Enable Ocr", "type": "boolean" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "convert_pdf_urlArguments", "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