1. 15 Jun, 2025 1 commit
  2. 14 Jun, 2025 5 commits
  3. 13 Jun, 2025 9 commits
  4. 24 May, 2025 1 commit
  5. 14 May, 2025 1 commit
  6. 09 May, 2025 1 commit
  7. 29 Apr, 2025 1 commit
  8. 27 Apr, 2025 1 commit
  9. 24 Apr, 2025 1 commit
  10. 23 Apr, 2025 2 commits
  11. 22 Apr, 2025 2 commits
  12. 16 Apr, 2025 1 commit
  13. 12 Apr, 2025 2 commits
  14. 08 Apr, 2025 5 commits
  15. 03 Apr, 2025 4 commits
    • myhloli's avatar
      docs(readme): update changelog and highlight usability improvements · 4067f6fd
      myhloli authored
      - Remove duplicate entries for paddleocr2torch and thread safety
      - Add new entry for real-time progress bar implementation
      - Update mfr model to unimernet(2503)
      - Extend torch version compatibility
      - Enhance cuda support for various GPU models
      - Improve parsing speed on MPS devices
      4067f6fd
    • myhloli's avatar
      docs(readme): update release notes for version 1.3.0 · 5c2e25ac
      myhloli authored
      - Update release notes in both English and Chinese README files
      - Highlight major optimizations and improvements in version 1.3.0
      - Clarify compatibility changes for torch, CUDA, and Python versions
      - Emphasize performance improvements and parsing speed enhancements
      - Mention specific bug fixes and parsing effect optimizations
      5c2e25ac
    • myhloli's avatar
      docs(readme): update changelog and compatibility information · 0544996f
      myhloli authored
      - Update changelog for version 1.3.0 release
      - Clarify CUDA and GPU compatibility improvements
      - Add information about batch processing speed improvements
      - Update model download process and memory usage optimizations
      - Include link to batch processing demo script
      0544996f
    • myhloli's avatar
      docs(README): update model config examples and add tqdm dependency · 86058278
      myhloli authored
      - Remove outdated comments in table-config examples
      - Add tqdm to requirements in all Docker environments
      86058278
  16. 02 Apr, 2025 3 commits
    • myhloli's avatar
      docs: add RapidOCR and PaddleOCR2Pytorch to Acknowledgments list · 7a0b87d5
      myhloli authored
      - Add RapidOCR and PaddleOCR2Pytorch to the Acknowledgments list in README.md
      - Add RapidOCR and PaddleOCR2Pytorch to the Acknowledgments list in README_zh-CN.md
      7a0b87d5
    • myhloli's avatar
      feat(README): update changelog for version 1.3.0 release · 0eff993a
      myhloli authored
      - Installation and compatibility optimizations:
      - Replace PaddleOCR with paddleocr2torch to resolve conflicts between Paddle and PyTorch
        - Remove layoutlmv3 usage to solve compatibility issues with detectron2
        - Extend PyTorch version compatibility to2.2~2.6  - Extend CUDA compatibility to 11.8~12.6
        - Extend Python version compatibility to 3.10~3.12
      
      - Performance optimizations:
       - Support batch processing for multiple PDF files
        - Optimize mfr model loading and usage to reduce memory consumption and improve speed
        - Reduce minimum memory requirement to 6GB
        - Improve running speed on MPS devices
      
      - Parsing effect optimization:
        - Update mfr model to unimernet(2503) to fix line break issues in multi-line formulas
      0eff993a
    • myhloli's avatar
      docs(README): update system requirements and GPU support · 298305dd
      myhloli authored
      - Update Python version requirement to 3.10-3.12
      - Expand CUDA environment options to 11.8/12.4/12.6
      - Update GPU VRAM requirement to 6GB or more
      -
      298305dd