Skip to main content

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 python server.py

测试

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` — 合并所有页面的 Markdown
- `pages/page_N.md` — 每页单独的 Markdown
- `imgs/` — 图片文件

返回值为 `full.md` 的绝对路径。

Project details


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.1.tar.gz (57.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

paddle_ocr_server-0.2.1-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file paddle_ocr_server-0.2.1.tar.gz.

File metadata

  • Download URL: paddle_ocr_server-0.2.1.tar.gz
  • Upload date:
  • Size: 57.1 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

Hashes for paddle_ocr_server-0.2.1.tar.gz
Algorithm Hash digest
SHA256 2e024dc6060ba3a2158750299184d2586b37dda021b9f2d2d8f81d0c7a85fefa
MD5 66adfc269776782edf209744cc27d59e
BLAKE2b-256 ffee44353344caec6f77b149dab8c3c801164af99197e05e90d80cd58d63acf7

See more details on using hashes here.

File details

Details for the file paddle_ocr_server-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: paddle_ocr_server-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 5.2 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

Hashes for paddle_ocr_server-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1c7d24ba172eb7434f8b9045d39862c5c3e06000e163577325b2742e1cfbfc96
MD5 04159e9efb78d1e79ee0c6179e5af417
BLAKE2b-256 c07705f3ffa2e2723f4fd162e8d3428d065779a5d4f3a82fc9ffb94c386252e9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page