Commit Graph
14 Commits
Author SHA1 Message Date
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 a1c4f22a8c fix: update resource URLs to jsdelivr
- 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
2025-01-12 03:43:25 +08:00
myhloli e7d7b34201 build(docker): use Aliyun mirror for magic-pdf installation
- Update Dockerfiles to use Aliyun mirror for magic-pdf installation
- Add -y flag to add-apt-repository for non-interactive mode
2025-01-10 18:26:26 +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 cc62ae8bee style(docker): format Dockerfile for better readability
- Align python3.10-dev and python3-pip for improved visual consistency
- Enhance Dockerfile formatting without changing functionality
2025-01-06 20:28:39 +08:00
Xiaomeng Zhao 57b5999e46 Update Dockerfile 2025-01-06 20:27:20 +08:00
myhloli 4d110d318d docs(README): add Ascend NPU acceleration guide
- 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
2025-01-06 19:30:04 +08:00
myhloli 2e1bf88174 build(docker): update Dockerfiles for China and Huawei NPU versions
- 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
2025-01-06 18:07:40 +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