修正删除文档不能同时删除图片的bug

This commit is contained in:
2026-06-02 19:31:28 +08:00
parent 3250e87b30
commit a6987ff996
8 changed files with 2788 additions and 2728 deletions
+5
View File
@@ -43,6 +43,7 @@ dependencies = [
"docx2txt>=0.9",
"pypdf>=6.12.0",
"pymupdf>=1.27.2.3",
"opencv-python-headless>=4.13.0.92",
]
[project.optional-dependencies]
@@ -61,6 +62,10 @@ packages = ["src"]
[tool.uv]
required-version = ">=0.6.15"
[[tool.uv.index]]
url = "https://mirrors.aliyun.com/pypi/simple/"
default = true
[tool.ruff]
line-length = 88
indent-width = 4