1. 02 Apr, 2025 2 commits
  2. 20 Mar, 2025 2 commits
  3. 13 Feb, 2025 1 commit
  4. 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
  5. 15 Jan, 2025 1 commit
  6. 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
  7. 10 Jan, 2025 1 commit
  8. 06 Jan, 2025 2 commits
    • 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