算子将抽取与落盘固定到流程中 (#134)

* feature: 将抽取动作移到每一个算子中

* feature: 落盘算子改为默认执行

* feature: 优化前端展示

* feature: 使用pyproject管理依赖
This commit is contained in:
hhhhsc701
2025-12-05 17:26:29 +08:00
committed by GitHub
parent 744d15ba24
commit d59c167da4
70 changed files with 289 additions and 539 deletions

View File

@@ -0,0 +1,28 @@
[project]
name = "ops"
version = "0.0.1"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"beautifulsoup4>=4.14.3",
"datasketch>=1.8.0",
"email-validator>=2.3.0",
"emoji>=2.15.0",
"jieba>=0.42.1",
"loguru>=0.7.3",
"numpy>=2.2.0,<=2.2.6",
"opencv-contrib-python-headless>=4.12.0.88",
"opencv-python-headless>=4.12.0.88",
"openslide-python>=1.4.3",
"paddleocr>=3.3.2",
"pandas>=2.2.0,<=2.2.3",
"pycryptodome>=3.23.0",
"pymysql>=1.1.2",
"python-docx>=1.2.0",
"pytz>=2025.2",
"six>=1.17.0",
"sqlalchemy>=2.0.44",
"xmltodict>=1.0.2",
"zhconv>=1.4.3",
]