PDF-Extraktions-MCP-Server
MCP-Server zum Extrahieren von Inhalten aus einer PDF-Datei
Komponenten
Werkzeuge
Der Server implementiert ein Tool:
- extract-pdf-contents: Extrahieren Sie Inhalte aus einer lokalen PDF-Datei
- Nimmt "pdf_path" als erforderliches String-Argument an, das den lokalen Dateipfad der PDF-Datei darstellt
- Verwendet „Seiten“ als optionales String-Argument, das die Seitenzahlen für den Inhalt der PDF-Datei darstellt. Seitenzahlen werden durch Kommas getrennt, und negative Seitenzahlen werden unterstützt (z. B. bedeutet „-1“ die letzte Seite).
- Unterstützt PDF-Dateireader und OCR
Schnellstart
Installieren
Claude Desktop
Unter MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
Unter Windows: %APPDATA%/Claude/claude_desktop_config.json
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
Ein MCP-Server, der ein Tool zum Extrahieren von Textinhalten aus lokalen PDF-Dateien bereitstellt und sowohl Standard-PDF-Lesen als auch OCR-Funktionen mit optionaler Seitenauswahl unterstützt.
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP server for converting Markdown documents to PDF files.Last updated -11JavaScript
- -securityFlicense-qualityProvides tools for reading and extracting text from PDF files, supporting both local files and URLs.Last updated -3Python
- -securityFlicense-qualityEnables integration between MCP clients and the Handwriting OCR service, allowing users to upload images and PDF documents, check processing status, and retrieve OCR results as Markdown.Last updated -1JavaScript
- -securityFlicense-qualityA Python MCP server for invoice and receipt processing that uses OCR technology to extract data from PDFs and images, offering AI assistants the ability to process, extract text from, and merge invoice documents.Last updated -Python