Pdf Reader
@sunderbharath85
Pdf Reader について
An MCP server that can extract text from PDFs and images. It supports:
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"pdf-reader-mcp": {
"command": "node",
"args": [
"dist/index.js"
],
"env": {}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Pdf Reader?
Pdf Reader is an MCP server that extracts text from PDFs and images. It supports native text extraction from PDFs with embedded text and OCR for scanned PDFs and images using Tesseract.
How to use Pdf Reader?
—
Key features of Pdf Reader
- Native text extraction from PDFs with embedded text
- OCR for scanned PDFs and images via Tesseract
- Optional Poppler for faster PDF conversion
- Falls back to
tesseract.jsif Tesseract CLI is absent - Cross‑platform (macOS, Windows, Linux)
Use cases of Pdf Reader
- Extracting text from digital PDFs
- Performing OCR on scanned PDFs or document images
- Automating document processing in a server environment
FAQ from Pdf Reader
What are the runtime requirements?
Node.js >= 18.18 is required. For best OCR on PDFs, Poppler and Tesseract CLI are recommended.
How do I install Poppler and Tesseract?
Instructions differ by OS: use Homebrew on macOS, Chocolatey or manual install on Windows, and apt-get on Ubuntu/Debian.
What happens if Poppler is not installed?
The server falls back to slower whole‑file OCR instead of using pdftoppm.
What happens if Tesseract CLI is not installed?
The server falls back to tesseract.js, which downloads language data on first use.
Which platforms are supported?
macOS, Windows, and Linux (Ubuntu/Debian instructions provided).
「ファイルとストレージ」の他のコンテンツ
MCP docx server
h4ck4lifeMCP server to manipulate DOCX file
WORK IN PROGRESS - USE WITH CAUTION - Windows:
hanwegMCP server for working with PDF files
Mcp Google Sheets
xing5This MCP server integrates with your Google Drive and Google Sheets, to enable creating and modifying spreadsheets.
Sample S3 Model Context Protocol Server
aws-samplesRust MCP Filesystem
rust-mcp-stackBlazing-fast, asynchronous MCP server for seamless filesystem operations.
コメント