添加对.xlsx的翻译支持

This commit is contained in:
xunbu
2025-08-04 18:20:22 +08:00
parent 372c4d11b5
commit 141de321db
10 changed files with 278 additions and 42 deletions

2
uv.lock generated
View File

@@ -285,6 +285,7 @@ dependencies = [
{ name = "httpx" },
{ name = "jsonpath-ng" },
{ name = "markdown2" },
{ name = "openpyxl" },
]
[package.optional-dependencies]
@@ -308,6 +309,7 @@ requires-dist = [
{ name = "jsonpath-ng", specifier = ">=1.7.0" },
{ name = "markdown2", specifier = ">=2.5.3" },
{ name = "opencv-python", marker = "extra == 'docling'", specifier = ">=4.11.0.86" },
{ name = "openpyxl", specifier = ">=3.1.5" },
]
provides-extras = ["docling"]