This commit is contained in:
xunbu
2025-05-08 14:28:15 +08:00
commit 41bd1e8945
23 changed files with 2891 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "filetranslate"
version = "0.0.1"
description = "能翻译pdf和markdown的软件"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"docling>=2.31.0",
"httpx>=0.28.1",
"markdown2>=2.5.3",
]