支持mineru npu处理 (#174)

* feature: unstructured支持简单pdf处理

* feature: update values.yaml to enhance ray-cluster configuration with security context, environment variables, and resource limits

* feature: update deploy.yaml and process.py for mineru server configuration and PDF processing enhancements

* feature: update deploy.yaml and process.py for mineru server configuration and PDF processing enhancements

* feature: improve PDF processing logic and update dependencies in process.py and pyproject.toml

* feature: improve PDF processing logic and update dependencies in process.py and pyproject.toml

* feature: update Dockerfile for improved package source mirrors and add mineru-npu to build targets
This commit is contained in:
hhhhsc701
2025-12-17 16:31:06 +08:00
committed by GitHub
parent 3b4f8488e8
commit 924d977d6f
8 changed files with 110 additions and 35 deletions

View File

@@ -11,7 +11,9 @@ dependencies = [
"emoji>=2.15.0",
"jieba>=0.42.1",
"loguru>=0.7.3",
"numpy==1.23.3",
"mineru>=2.6.5",
"numpy==1.24.3",
"python-multipart>=0.0.20",
"opencv-contrib-python-headless==4.7.0.72",
"opencv-python-headless==4.7.0.72",
"openslide-python>=1.4.3",
@@ -29,4 +31,4 @@ dependencies = [
"sqlalchemy>=2.0.44",
"xmltodict>=1.0.2",
"zhconv>=1.4.3",
]
]