1. 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
  2. 08 Jan, 2025 1 commit
    • myhloli's avatar
      feat(language-detection): improve language detection accuracy for specific languages · 356cb1f2
      myhloli authored
      - Add separate models for Chinese/Japanese and English/French/German detection
      - Implement mode-based detection to use appropriate models for different languages
      - Update language detection process to use higher DPI for better accuracy
      - Modify model initialization and prediction logic to support new language-specific models
      356cb1f2
  3. 07 Jan, 2025 1 commit
  4. 06 Jan, 2025 3 commits
    • myhloli's avatar
      docs(Ascend): 更新已知问题说明 · 1afff715
      myhloli authored
      - 修改 paddlepaddle 使用内嵌 onnx 模型的描述,明确仅支持中英文 ocr
      1afff715
    • myhloli's avatar
      docs(ascend): 更新文档说明,增加docker运行前的环境要求 · a11e26bd
      myhloli authored
      - 在文档中明确指出,使用docker运行MinerU前需确保物理机已安装支持CANN 8.0.RC2的驱动和固件
      - 此更新有助于用户更好地准备适配Ascend NPU的环境,避免潜在的运行问题
      a11e26bd
    • 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
  5. 11 Dec, 2024 1 commit
    • myhloli's avatar
      build(deps): update torch and torchvision version requirements · 9a96362d
      myhloli authored
      - Specify torch==2.3.1 and torchvision==0.18.1 for Windows CUDA installation
      - Add torch and torchvision version constraints in setup.py:
        - torch>=2.2.2,<=2.3.1
        - torchvision>=0.17.2,<=0.18.1
      - Update installation instructions in both English and Chinese README files
      9a96362d
  6. 09 Dec, 2024 1 commit
    • myhloli's avatar
      docs(windows): update CUDA installation guide · ede7d361
      myhloli authored
      - Remove specific version requirements for torch and torchvision
      - Simplify installation command in both English and Chinese guides
      - Delete important note about version compatibility
      ede7d361
  7. 22 Nov, 2024 2 commits
  8. 11 Nov, 2024 5 commits
  9. 08 Nov, 2024 2 commits
  10. 06 Nov, 2024 2 commits
    • myhloli's avatar
      docs(model): update model download instructions- Remove outdated information... · 62b0a2a4
      myhloli authored
      docs(model): update model download instructions- Remove outdated information about git lfs download method
      - Clarify the version-specific instructions for model updates
      - Improve readability and structure of the documentation
      62b0a2a4
    • myhloli's avatar
      docs: enhance documentation with important notices and tips · 928d123c
      myhloli authored
      - Add important notice about git lfs download issues in model download docs
      - Include warning about 0.9.x version changes in model update section
      - Add tip for finding user directory in config file location
      - Improve readability of TODO list in README files
      - Standardize important notices and tips across multiple language versions
      928d123c
  11. 05 Nov, 2024 2 commits
  12. 02 Nov, 2024 1 commit
  13. 01 Nov, 2024 4 commits
  14. 29 Oct, 2024 1 commit
    • myhloli's avatar
      (docs&build): switch to Aliyun PyPI mirror · 4c412b28
      myhloli authored
      - Update PyPI mirror from Tsinghua to Aliyun in multiple Dockerfiles and installation scripts
      - This change may improve package download speed and reliability for users in China
      4c412b28
  15. 28 Oct, 2024 1 commit
  16. 24 Oct, 2024 2 commits
  17. 14 Oct, 2024 1 commit
  18. 09 Oct, 2024 3 commits
  19. 08 Oct, 2024 5 commits
    • myhloli's avatar
      docs: update CUDA acceleration guides and README content · 2fb3869e
      myhloli authored
      - Update GPU hardware support information in README.md and README_zh-CN.md
      - Enhance CUDA acceleration guides for Ubuntu and Windows
      - Modify README_zh-CN.md to reflect changes in GPU requirements and configurations
      - Update TODO list to mark semantic reading order as completed
      2fb3869e
    • myhloli's avatar
      docs: add filename to wget command in model download scripts · 5de6af68
      myhloli authored
      - Update wget commands in both English and Chinese documentation to specify the filename
      - Improve clarity and prevent potential filename conflicts when downloading the scripts
      5de6af68
    • myhloli's avatar
      feat(docs): automate model download and configuration · 6c9b23c3
      myhloli authored
      - Add scripts to download models and update configuration file
      - Remove manual steps for modifying model paths
      - Update documentation for both ModelScope and HuggingFace model downloads
      - Improve user experience by automating the entire process
      6c9b23c3
    • myhloli's avatar
      feat(docs): automate model download and configuration · cf385779
      myhloli authored
      - Add scripts to download models and update configuration file
      - Remove manual steps for modifying model paths
      - Update documentation for both ModelScope and HuggingFace model downloads
      - Improve user experience by automating the entire process
      cf385779
    • myhloli's avatar
      docs: update model download instructions for version 0.9.x and later- Add note... · b28157ce
      myhloli authored
      docs: update model download instructions for version 0.9.x and later- Add note about separate download for layoutreader model in version 0.9.x and later
      - Include example code for downloading layoutreader model using ModelScope
      - Clarify that previous download methods do not support updating to version 0.9.x and later
      b28157ce