This commit is contained in:
xunbu
2025-12-15 17:26:28 +08:00
parent 97062f33f1
commit 3f509542c3
3 changed files with 14 additions and 3260 deletions

View File

@@ -20,14 +20,15 @@ dependencies = [
"pysubs2>=1.8.0",
"httpx>=0.28.1",
"python-pptx>=1.0.2",
]
dynamic = ["version"]
[project.optional-dependencies]
docling = ["opencv-python>=4.11.0.86", "docling>=2.40.0", "hf-xet>=1.1.10"]
docling = ["opencv-python>=4.12.0.88", "docling>=2.40.0", "hf-xet>=1.1.10"]
[dependency-groups]
dev = ["opencv-python>=4.11.0.86", "docling>=2.40.0", "hf-xet>=1.1.10"]
dev = ["opencv-python>=4.12.0.88","docling>=2.40.0", "hf-xet>=1.1.10"]
[project.scripts]
docutranslate = "docutranslate.cli:main"