MCP server for PaddleOCR PDF-to-Markdown conversion
Project description
PaddleOCR MCP Server
通过 PaddleOCR 官方 API 将 PDF 或图片转换为 Markdown。
功能
- Tools:
ocr_pdf— 提交 PDF/图片到 PaddleOCR,返回合并后的 Markdown 文件路径
环境要求
- Python >= 3.13
- uv
环境变量
| 变量 | 必需 | 说明 |
|---|---|---|
PADDLEOCR_ACCESS_TOKEN |
✅ | AI Studio access token,从 https://aistudio.baidu.com/account/accessToken 获取 |
安装
cd servers/paddle-ocr
uv sync
运行
PADDLEOCR_ACCESS_TOKEN=your-token uv run paddle-ocr-server
测试
uv run pytest -v
接入 MCP Host
发布到 PyPI 后可用 uvx:
{
"mcpServers": {
"paddle-ocr": {
"command": "uvx",
"args": ["paddle-ocr-server"],
"env": {
"PADDLEOCR_ACCESS_TOKEN": "your-token"
}
}
}
}
本地开发时用 uv:
{
"mcpServers": {
"paddle-ocr": {
"command": "uv",
"args": ["--directory", "/path/to/servers/paddle-ocr", "run", "paddle-ocr-server"],
"env": {
"PADDLEOCR_ACCESS_TOKEN": "your-token"
}
}
}
}
使用方式
调用 ocr_pdf tool,提供 file_path(本地文件)或 file_url(URL),二选一。
结果保存到当前工作目录下的同名文件夹,结构如下:
full.md— 合并所有页面的 Markdownpages/page_N.md— 每页单独的 Markdownimgs/— 图片文件
返回值为 full.md 的绝对路径。
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
paddle_ocr_server-0.2.2.tar.gz
(57.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file paddle_ocr_server-0.2.2.tar.gz.
File metadata
- Download URL: paddle_ocr_server-0.2.2.tar.gz
- Upload date:
- Size: 57.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfd20d1457b23ef6b01dc134ec1034b34f878dd4830e33a47b9cd561193b351a
|
|
| MD5 |
22efab4a1ce42da1781c4d5406f1cd6c
|
|
| BLAKE2b-256 |
3fd0ef36c7fbc5357cecb412a9780bfbf2b64037f9a637174045e8d5c8a988a5
|
File details
Details for the file paddle_ocr_server-0.2.2-py3-none-any.whl.
File metadata
- Download URL: paddle_ocr_server-0.2.2-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab2599c6b2030945c61a4f9db97f41ff34693b2a6299eaf001f2eb5b9d84c838
|
|
| MD5 |
476af761d1bab743c015e5d352903f74
|
|
| BLAKE2b-256 |
7d4acbb8ac5d5d112180216161d8a5ce43a6b51ecd9ec2dbe2389bbf0e558477
|