e904b667c6
Build/Publish Develop Docs / deploy (push) Failing after 1s
PaddleOCR Code Style Check / check-code-style (push) Failing after 1s
PaddleOCR PR Tests GPU / detect-changes (push) Failing after 1s
PaddleOCR PR Tests / detect-changes (push) Failing after 1s
PaddleOCR PR Tests GPU / test-pr-gpu (push) Has been cancelled
PaddleOCR PR Tests / test-pr (push) Has been cancelled
PaddleOCR PR Tests GPU / test-pr-gpu-impl (push) Has been cancelled
PaddleOCR PR Tests / test-pr-python (3.13) (push) Has been cancelled
PaddleOCR PR Tests / test-pr-python (3.8) (push) Has been cancelled
PaddleOCR PR Tests / test-pr-python (3.9) (push) Has been cancelled
31 lines
592 B
TOML
31 lines
592 B
TOML
[build-system]
|
|
requires = ["setuptools>=69"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "paddleocr_mcp"
|
|
version = "0.8.5"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"mcp>=1.5.0",
|
|
"fastmcp>=2.0.0",
|
|
"httpx>=0.24.0",
|
|
"numpy>=1.24.0",
|
|
"paddleocr>=3.7.0",
|
|
"pillow>=9.0.0",
|
|
"puremagic>=1.30.0",
|
|
"typing-extensions>=4.0.0",
|
|
]
|
|
|
|
[project.optional-dependencies]
|
|
local = [
|
|
"paddleocr[doc-parser]>=3.7.0",
|
|
]
|
|
local-cpu = [
|
|
"paddleocr[doc-parser]>=3.7.0",
|
|
"paddlepaddle>=3.2.1",
|
|
]
|
|
|
|
[project.scripts]
|
|
paddleocr_mcp = "paddleocr_mcp.__main__:main"
|