Skip to main content
Glama

mcp-pdf-reader

by pietermyb
MIT License
1

pdf-to-text

Extract text from PDF documents with customizable options, including page range and inclusion of page numbers, for streamlined data accessibility.

Instructions

Extract all text from a PDF document

Input Schema

NameRequiredDescriptionDefault
end_pageNoEnd page number (0-based, inclusive)
include_page_numbersNoWhether to include page number markers in the output
pdf_idYesID of the PDF to extract text from
start_pageNoStart page number (0-based, inclusive)

Input Schema (JSON Schema)

{ "properties": { "end_page": { "description": "End page number (0-based, inclusive)", "type": "integer" }, "include_page_numbers": { "default": true, "description": "Whether to include page number markers in the output", "type": "boolean" }, "pdf_id": { "description": "ID of the PDF to extract text from", "type": "string" }, "start_page": { "description": "Start page number (0-based, inclusive)", "type": "integer" } }, "required": [ "pdf_id" ], "type": "object" }
Install Server

Other Tools from mcp-pdf-reader

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/pietermyb/mcp-pdf-reader'

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