1. 04 Jun, 2025 1 commit
  2. 29 May, 2025 1 commit
  3. 28 May, 2025 1 commit
  4. 24 May, 2025 2 commits
  5. 23 May, 2025 2 commits
  6. 22 May, 2025 1 commit
    • myhloli's avatar
      feat(ocr): add PP-OCRv5 models and update configurations · 048f6af4
      myhloli authored
      - Add new PP-OCRv5 detection and recognition models
      - Update arch_config.yaml with new model architectures
      - Modify models_config.yml to include PP-OCRv5 models for ch_lite configuration- Change dictionary file for ch_lite to ppocrv5_dict.txt
      048f6af4
  7. 09 May, 2025 2 commits
  8. 08 May, 2025 1 commit
  9. 06 May, 2025 1 commit
  10. 30 Apr, 2025 1 commit
  11. 29 Apr, 2025 2 commits
  12. 27 Apr, 2025 3 commits
  13. 25 Apr, 2025 2 commits
    • myhloli's avatar
      fix(mfr): improve LaTeX formula processing and repair · 2e91fb3f
      myhloli authored
      - Add functions to fix LaTeX left and right commands
      - Implement brace matching and repair in LaTeX formulas
      - Remove unnecessary whitespace and repair LaTeX code
      - Replace specific LaTeX commands with appropriate alternatives
      - Add logging for debugging purposes
      2e91fb3f
    • myhloli's avatar
      fix(mfr): improve LaTeX formula processing and repair · 6c151151
      myhloli authored
      - Add functions to fix LaTeX left and right commands
      - Implement brace matching and repair in LaTeX formulas
      - Remove unnecessary whitespace and repair LaTeX code
      - Replace specific LaTeX commands with appropriate alternatives
      - Add logging for debugging purposes
      6c151151
  14. 24 Apr, 2025 1 commit
  15. 23 Apr, 2025 2 commits
  16. 22 Apr, 2025 2 commits
  17. 15 Apr, 2025 1 commit
    • myhloli's avatar
      feat(model): add text region handling and improve overlap resolution · 07edefaa
      myhloli authored
      - Add text region handling in get_res_list_from_layout_res function
      - Implement remove_overlaps_min_blocks function to handle overlapping blocks
      - Update OCR region handling to include text regions
      - Improve overlap resolution for all regions in layout results
      07edefaa
  18. 14 Apr, 2025 1 commit
  19. 12 Apr, 2025 1 commit
  20. 11 Apr, 2025 1 commit
    • myhloli's avatar
      refactor(model): optimize batch processing and inference · d2fc9dab
      myhloli authored
      - Update batch processing logic for improved efficiency
      - Refactor image analysis and inference methods
      - Optimize dataset handling and image retrieval
      - Improve error handling and logging in batch processes
      d2fc9dab
  21. 10 Apr, 2025 1 commit
  22. 09 Apr, 2025 6 commits
  23. 08 Apr, 2025 2 commits
  24. 07 Apr, 2025 1 commit
  25. 03 Apr, 2025 1 commit
    • myhloli's avatar
      refactor(magic_pdf): optimize table recognition and layout detection · 1fd72f5f
      myhloli authored
      - Update table recognition logic to process each table individually
      - Refactor layout detection to use tqdm for progress tracking
      - Optimize OCR recognition by using a single tqdm wrapper
      - Improve MFR prediction with a more accurate progress bar
      - Simplify MFD prediction by removing unnecessary total calculation
      1fd72f5f