1. 08 Apr, 2025 2 commits
  2. 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
  3. 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
  4. 03 Mar, 2025 1 commit
    • myhloli's avatar
      fix(readme): update changelog for v1.2.1 release · f6f73050
      myhloli authored
      - Update README.md and README_zh-CN.md with the latest changes
      - Add details about bug fixes in version1.2.1
      - Include improvements for full-width to half-width conversion, caption matching, and formula span issues
      f6f73050
  5. 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
  6. 24 Feb, 2025 2 commits
    • myhloli's avatar
      docs(README): update release notes for version 1.2.0 · c2beed04
      myhloli authored
      - Update English and Chinese README files with the changelog for version 1.2.0
      - Include details on performance optimizations, parsing improvements, and bug fixes
      - Highlight specific enhancements for PDF document classification, watermark handling, and layout matching
      c2beed04
    • myhloli's avatar
      docs(README): update release notes for version 1.2.0 · 2a466e03
      myhloli authored
      - Update English and Chinese README files with the changelog for version 1.2.0
      - Include details on performance optimizations, parsing improvements, and bug fixes
      - Highlight specific enhancements for PDF document classification, watermark handling, and layout matching
      2a466e03
  7. 13 Feb, 2025 1 commit
  8. 24 Jan, 2025 1 commit
  9. 23 Jan, 2025 3 commits
  10. 22 Jan, 2025 2 commits
  11. 16 Jan, 2025 3 commits
  12. 10 Jan, 2025 7 commits
  13. 09 Jan, 2025 2 commits
  14. 07 Jan, 2025 1 commit
  15. 06 Jan, 2025 5 commits
    • myhloli's avatar
      docs: update README files for v0.10.0 release · 6c2df020
      myhloli authored
      - Update README.md and README_zh-CN.md to reflect the latest features and improvements
      - Highlight new hybrid OCR text extraction capabilities and performance enhancements
      - Emphasize optimized compatibility for ARM architecture Linux systems
      - Mention integration with Huawei Ascend NPU acceleration
      6c2df020
    • myhloli's avatar
      docs(readme): update Docker commands to auto-activate virtual environment · a3de866d
      myhloli authored
      - Update Docker run command in both README.md and README_zh-CN.md
      - Add command to automatically activate the virtual environment upon container start
      - Ensure users have the correct environment setup when accessing the container
      a3de866d
    • myhloli's avatar
      docs(README): update for 1.0.0 release and improve documentation · 29dde7c2
      myhloli authored
      - Update README.md and README_zh-CN.md for 1.0.0 release
      - Add new API and compatibility information
      - Update links to user guide and documentation
      - Improve NPU acceleration section
      29dde7c2
    • 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
    • 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
  16. 05 Jan, 2025 1 commit
    • 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
  17. 12 Dec, 2024 1 commit