1. 07 Jan, 2025 10 commits
  2. 06 Jan, 2025 28 commits
  3. 05 Jan, 2025 2 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