1. 05 Jul, 2025 4 commits
  2. 30 Jun, 2025 1 commit
  3. 26 Jun, 2025 1 commit
  4. 24 Jun, 2025 1 commit
  5. 20 Jun, 2025 1 commit
  6. 14 Jun, 2025 3 commits
  7. 13 Jun, 2025 1 commit
  8. 09 May, 2025 1 commit
  9. 16 Apr, 2025 1 commit
  10. 15 Apr, 2025 1 commit
  11. 14 Apr, 2025 1 commit
  12. 13 Apr, 2025 1 commit
    • myhloli's avatar
      build(docker): remove requirements.txt and update package installation · e48add6a
      myhloli authored
      - 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
      e48add6a
  13. 03 Apr, 2025 1 commit
  14. 02 Apr, 2025 2 commits
  15. 20 Mar, 2025 2 commits
  16. 18 Feb, 2025 1 commit
  17. 13 Feb, 2025 1 commit
  18. 16 Jan, 2025 1 commit
    • myhloli's avatar
      build(docker): update rapid-table dependency · 61f75b30
      myhloli authored
      - 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
      61f75b30
  19. 15 Jan, 2025 1 commit
  20. 14 Jan, 2025 2 commits
    • myhloli's avatar
      feat(layout): improve title block handling and layout detection · c20e9a1e
      myhloli authored
      - 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
      c20e9a1e
    • myhloli's avatar
      build(deps): add upper version limit for PyMuPDF · ee9340ea
      myhloli authored
      - Set PyMuPDF version to <= 1.24.14 in all requirements files
      - Prevent potential compatibility issues with future versions
      ee9340ea
  21. 11 Jan, 2025 1 commit
    • myhloli's avatar
      fix: update resource URLs to jsdelivr · a1c4f22a
      myhloli authored
      - 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
      a1c4f22a
  22. 10 Jan, 2025 2 commits
  23. 06 Jan, 2025 6 commits
    • myhloli's avatar
      style(docker): format Dockerfile for better readability · cc62ae8b
      myhloli authored
      - Align python3.10-dev and python3-pip for improved visual consistency
      - Enhance Dockerfile formatting without changing functionality
      cc62ae8b
    • Xiaomeng Zhao's avatar
      Update Dockerfile · 57b5999e
      Xiaomeng Zhao authored
      57b5999e
    • myhloli's avatar
      docs(README): add Ascend NPU acceleration guide · 4d110d31
      myhloli authored
      - 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
      4d110d31
    • myhloli's avatar
      build(docker): update Dockerfiles for China and Huawei NPU versions · 2e1bf881
      myhloli authored
      - 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
      2e1bf881
    • myhloli's avatar
      build(docker): update Dockerfiles and download scripts · 36c3ad6f
      myhloli authored
      - Update Dockerfiles in china, global, and huawei_npu directories
      - Improve wget commands by specifying output file names
      - Update READMEs to reflect new Dockerfile locations
      36c3ad6f
    • myhloli's avatar
      build(docker): add Dockerfiles for global and Huawei NPU setups · ad099808
      myhloli authored
      - 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
      ad099808