34 Commits

Author SHA1 Message Date
myhloli
6f9ef69b34 fix: update Dockerfile to clarify GPU architecture compatibility and specify mineru version 2025-12-30 11:02:22 +08:00
myhloli
661aebdb2b docs: update Dockerfile comments for GPU architecture compatibility 2025-12-26 16:38:11 +08:00
myhloli
ef69f98cd6 Update Dockerfile to include comments for GPU architecture compatibility based on Compute Capability 2025-09-20 03:15:58 +08:00
myhloli
745954ca08 docs: update references from sglang to vllm in documentation and configuration files 2025-09-15 01:45:35 +08:00
myhloli
b54dc524bf fix: update base image version in Dockerfile and documentation 2025-08-18 16:58:26 +08:00
myhloli
0041919d22 chore: update Dockerfile and documentation for sglang version 0.4.9.post6 2025-07-30 16:51:44 +08:00
myhloli
03276996ce fix: update Dockerfile and documentation to use sglang v0.4.9.post5 2025-07-28 18:49:18 +08:00
myhloli
f6f60b971a fix: update Dockerfile and documentation to use sglang:v0.4.9.post4 base image 2025-07-27 12:57:45 +08:00
myhloli
6d9380323b chore: update Dockerfile and documentation to use sglang v0.4.9 2025-07-24 21:14:25 +08:00
myhloli
707ef452f5 fix: update Dockerfile to install fonts without no-install-recommends option 2025-07-17 18:28:05 +08:00
myhloli
306c9b7a9c fix: improve Dockerfile by adding fontconfig and purging pip cache 2025-07-17 18:19:05 +08:00
myhloli
5f4f517480 feat: add Noto fonts installation for Chinese character support in Dockerfile 2025-07-10 18:46:04 +08:00
Xiaomeng Zhao
66f5a99f57 Update docker/global/Dockerfile
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-06 01:48:00 +08:00
myhloli
084687e990 docs: update compose.yaml and Dockerfile to clarify GPU parameter usage and add libgl installation 2025-07-06 01:44:39 +08:00
myhloli
d3f2ef81a0 fix: update Dockerfile base image to v0.4.8.post1-cu126 and clean up README tables 2025-06-30 23:26:07 +08:00
myhloli
9a9285a58d chore: update sglang image to v0.4.8 and adjust version constraints in pyproject.toml 2025-06-26 10:53:32 +08:00
myhloli
4cb28fdf96 fix: update Dockerfile and README files to use updated mineru installation commands 2025-06-15 01:39:08 +08:00
myhloli
f2ff3472a0 fix: update Dockerfile to use sglang base image and adjust mineru installation 2025-06-15 01:03:57 +08:00
myhloli
89c9853778 feat: update Dockerfile and README_zh-CN for mineru installation and model download improvements 2025-06-13 17:01:24 +08:00
Doge2077
82a4376d8a bugfix:While converting file to pdf, Chinese font will be ignored. 2025-04-14 17:51:56 +08:00
myhloli
e48add6af7 build(docker): remove requirements.txt and update package installation
- Remove requirements.txt files for all Docker configurations
- Update package installation process in Dockerfiles:
- Use magic-pdf[full] instead of individual requirements
- Simplify installation steps and reduce image size
- Remove redundant wget commands for requirements.txt
2025-04-13 21:48:33 +08:00
myhloli
86058278b7 docs(README): update model config examples and add tqdm dependency
- Remove outdated comments in table-config examples
- Add tqdm to requirements in all Docker environments
2025-04-03 12:18:04 +08:00
myhloli
9032185553 build(dependencies): update PyMuPDF, pydantic and transformers
- Update PyMuPDF to version <1.25.0
- Update pydantic to version <2.11
- Update transformers to version < 5.0.0
- Remove always_apply parameter from alb.ToGray in image processing
2025-04-02 17:48:05 +08:00
myhloli
ddaa715889 refactor(docker): remove unused packages and simplify Dockerfile commands
- Remove paddleocr, paddlepaddle, rapidocr-paddle, and rapidocr-onnxruntime from requirements.txt files
- Simplify pip install commands in Dockerfiles
- Remove installation of paddlepaddle-gpu in china and global Dockerfiles
- Update requirements.txt files across all Docker configurations
2025-04-02 16:02:37 +08:00
myhloli
2528666959 build(docker): add ftfy package to all Docker images
- Added ftfy package to requirements.txt files for Ascend NPU, China, and Global Docker images
- This change ensures consistent text formatting across all supported platforms
2025-03-20 16:28:28 +08:00
myhloli
2f3b66a5d0 refactor(model): update model initialization and dependencies
- Update config version to1.2.0
- Refactor model initialization in model_init.py- Update dependencies in requirements.txt files
- Remove unused imports and models
- Add conditional imports for table models
2025-03-20 11:45:32 +08:00
myhloli
289b76f4c2 build(docker): update PaddlePaddle and RapidOCR dependencies
- Update PaddlePaddle from 3.0.0b1 to 3.0.0rc1 in Dockerfiles
- Update RapidOCR dependencies to specific versions in requirements.txt files
- Update requirements for all Docker configurations (china, global, ascend_npu)
2025-02-13 16:04:05 +08:00
myhloli
61f75b307a build(docker): update rapid-table dependency
- Update rapid-table version from ==0.3.0 to >=1.0.3,<2.0.0 in multiple requirements files
- This change affects Ascend NPU, China, and Global Docker configurations
2025-01-16 19:27:41 +08:00
myhloli
84f808fa19 build(docker): update doclayout-yolo dependency
- Remove doclayout_yolo==0.0.2b1 and doclayout-yolo==0.0.2
- Add doclayout-yolo==0.0.2b1 to all requirements files
2025-01-15 16:52:09 +08:00
myhloli
c20e9a1e84 feat(layout): improve title block handling and layout detection
- Merge title blocks that are close to each other horizontally
- Adjust line insertion logic for title blocks- Increase image size and decrease confidence threshold for layout detection
- Update DocLayoutYOLO model weights
- Refactor drawing of bounding boxes for different block types
2025-01-14 17:17:00 +08:00
myhloli
ee9340eaf8 build(deps): add upper version limit for PyMuPDF
- Set PyMuPDF version to <= 1.24.14 in all requirements files
- Prevent potential compatibility issues with future versions
2025-01-14 15:02:11 +08:00
myhloli
2bc857082e build(docker): update dependencies across all docker images
- Update fast-langdetect from 0.2.0 to >=0.2.3,<0.3.0
- Specify version for rapid_table: ==0.3.0
2025-01-10 10:51:15 +08:00
myhloli
36c3ad6f8c build(docker): update Dockerfiles and download scripts
- Update Dockerfiles in china, global, and huawei_npu directories
- Improve wget commands by specifying output file names
- Update READMEs to reflect new Dockerfile locations
2025-01-06 10:55:51 +08:00
myhloli
ad09980807 build(docker): add Dockerfiles for global and Huawei NPU setups
- Add Dockerfile for global setup with Ubuntu base image
- Add Dockerfile for Huawei NPU setup with Ascend base image
- Update requirements file structure:  - Rename requirements-docker.txt to docker/china/requirements.txt - Add new requirements files for global and Huawei NPU setups
- Install necessary packages and dependencies in both Dockerfiles- Set up virtual environment and install Python packages
- Download models and configure magic-pdf for both setups
2025-01-06 10:38:14 +08:00