- Update magic-pdf installation to include specific version with full dependencies
- Add numpy, decorator, attrs, absl-py, cloudpickle, ml-dtypes, tornado, and einops as separate packages
- Specify numpy version to be less than 2
- 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
- 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
- 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
- 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
- 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
- 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)
- 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
- 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
- Replace Gitee URLs with jsdelivr URLs in multiple files
- Update Dockerfile instructions to use new URLs
- Modify documentation to reflect new resource location
- Adjust scripts and READMEs to point to new URL for downloads
- Add new file README_Ascend_NPU_Acceleration_zh_CN.md in docs folder
- Update README.md and README_zh-CN.md to include link to new NPU acceleration guide
- Provide instructions for building and running Docker image for Ascend NPU
- List known issues and limitations when using Ascend NPU
- Update package sources to use Aliyun mirrors for faster downloads
- Upgrade pip and install Python packages in virtual environment
- Add python3.10-dev package to Huawei NPU Dockerfile
- Update requirements file URLs to master branch- Install specific version of torch_npu in Huawei NPU Dockerfile
- Update magic-pdf installation method
- Improve modelscope installation process
- Optimize model download and configuration update steps