增加了ui部分

This commit is contained in:
xunbu
2025-05-11 17:49:27 +08:00
parent 9716e18c72
commit 59df04ba66
4 changed files with 818 additions and 72 deletions

View File

@@ -1,11 +1,12 @@
[project]
name = "docutranslate"
version = "0.1.7"
version = "0.1.8"
description = "文件翻译工具"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"docling",
"fastapi[standard]>=0.115.12",
"httpx",
"markdown2",
"transformers>=4.50.1",