1. 06 Jan, 2025 5 commits
    • Xiaomeng Zhao's avatar
      Merge branch 'dev' into dev · 8a0aa7a4
      Xiaomeng Zhao authored
      8a0aa7a4
    • 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
      0f1dff1e
    • 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
  2. 05 Jan, 2025 4 commits
    • myhloli's avatar
      docs(README): update documentation for NPU support · 2e8601ab
      myhloli authored
      - Add section for using NPU acceleration in both English and Chinese README files
      - Update system requirements to include CANN environment for NPU support
      - Enhance the "Quick Start" guide with NPU-related information- Modify hardware requirements to specify "Ascend 910b" for NPU acceleration
      2e8601ab
    • myhloli's avatar
      feat(tools): add character bounding box drawing functionality · f911a102
      myhloli authored
      - Add `draw_char_bbox` function to `draw_bbox.py` for drawing character bounding boxes
      - Integrate `draw_char_bbox` into `common.py` for use in PDF processing pipeline
      - Include option to draw character bounding boxes in debug mode
      f911a102
    • myhloli's avatar
      style(pdf_parse_union_core_v2): remove unnecessary spaces and improve code... · 9951a170
      myhloli authored
      style(pdf_parse_union_core_v2): remove unnecessary spaces and improve code formatting- Remove extra space in conditional statement for character spacing logic
      - Adjust spacing in trigonometric checks for line direction- Improve overall code readability and consistency
      9951a170
    • myhloli's avatar
      fix(magic-pdf): update OCR model selection logic · 16a0a350
      myhloli authored
      - Add missing 'else' statement in OCR model selection logic
      - Ensure consistent formatting of 'if' statements for better readability
      - Remove unnecessary empty line in the 'app.py' file
      16a0a350
  3. 03 Jan, 2025 4 commits
  4. 02 Jan, 2025 3 commits
  5. 30 Dec, 2024 3 commits
  6. 27 Dec, 2024 3 commits
  7. 26 Dec, 2024 4 commits
  8. 25 Dec, 2024 3 commits
  9. 24 Dec, 2024 2 commits
  10. 20 Dec, 2024 5 commits
  11. 19 Dec, 2024 4 commits