1. 15 Jul, 2025 6 commits
  2. 14 Jul, 2025 9 commits
  3. 08 Jul, 2025 8 commits
  4. 07 Jul, 2025 1 commit
  5. 04 Jul, 2025 1 commit
  6. 02 Jul, 2025 2 commits
  7. 13 Jun, 2025 1 commit
    • myhloli's avatar
      docs: remove outdated documentation files · cf5c8f47
      myhloli authored
      - Deleted .readthedocs.yaml files from multiple directories
      - Removed outdated API and user guide documentation files
      - Deleted command line usage examples
      - Removed CUDA acceleration guide
      cf5c8f47
  8. 09 May, 2025 2 commits
  9. 12 Apr, 2025 1 commit
  10. 08 Apr, 2025 1 commit
  11. 07 Apr, 2025 1 commit
  12. 02 Apr, 2025 2 commits
    • myhloli's avatar
      refactor(demo): simplify batch_demo.py and update demo.py · b0e220c5
      myhloli authored
      - Remove unnecessary imports and code in batch_demo.py
      - Update demo.py to use relative paths and improve code structure
      - Adjust output directory structure in both scripts
      - Remove redundant code and simplify functions
      b0e220c5
    • myhloli's avatar
      docs(gpu): update CUDA acceleration documentation · a778645b
      myhloli authored
      - Update CUDA version requirements to12.4
      - Recommend nvidia-driver-570-server for Ubuntu
      - Remove Python version specification for conda environment
      - Update magic-pdf version requirement to 1.3.0
      - Simplify CUDA acceleration testing instructions
      - Remove OCR acceleration with paddlepaddle-gpu
      - Update torch and torchvision installation instructions for Windows
      a778645b
  13. 25 Feb, 2025 1 commit
    • myhloli's avatar
      docs(ascend): update Ascend NPU acceleration documentation · aea10cfe
      myhloli authored
      - Add information about OS and CANN version compatibility
      - Include details on high-performance mode and its requirements
      - Update paddlepaddle-gpu installation instructions for CUDA acceleration
      - Remove unnecessary empty line from changelog
      aea10cfe
  14. 18 Feb, 2025 1 commit
  15. 13 Feb, 2025 1 commit
  16. 11 Jan, 2025 2 commits
    • myhloli's avatar
      docs(faq): add troubleshooting guide for old GPUs encountering CUDA errors · 8e7b6ab1
      myhloli authored
      Added a new section in both English and Chinese FAQs addressing the issue where old GPUs like M40 encounter a RuntimeError due to unsupported BF16 precision. The guide includes steps to manually disable BF16 precision by modifying the relevant code in "pdf_parse_union_core_v2.py".
      8e7b6ab1
    • 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