1. 29 Apr, 2025 2 commits
  2. 27 Apr, 2025 3 commits
  3. 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
  4. 24 Apr, 2025 1 commit
  5. 23 Apr, 2025 2 commits
  6. 22 Apr, 2025 2 commits
  7. 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
  8. 14 Apr, 2025 1 commit
  9. 12 Apr, 2025 1 commit
  10. 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
  11. 10 Apr, 2025 1 commit
  12. 09 Apr, 2025 6 commits
  13. 08 Apr, 2025 2 commits
  14. 07 Apr, 2025 1 commit
  15. 03 Apr, 2025 3 commits
    • 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
    • myhloli's avatar
      refactor(magic_pdf): optimize code and improve logging · 553f250f
      myhloli authored
      - Remove unused imports and comments
      - Increase MIN_BATCH_INFERENCE_SIZE from 100 to 200
      - Comment out VRAM cleaning and logging in batch_analyze.py
      - Simplify code in doc_analyze_by_custom_model.py- Add tqdm progress bar in pdf_parse_union_core_v2.py
      - Enable tqdm in OCR processing
      553f250f
    • myhloli's avatar
      feat(model): add tqdm progress bar to model prediction loops · 8e1c2339
      myhloli authored
      - Add tqdm progress bar to batch prediction loops in multiple model modules
      - Improve logging and error handling in batch analysis script
      - Update table model initialization to use default sub-model if none specified
      - Add tqdm dependency to requirements.txt
      8e1c2339
  16. 02 Apr, 2025 10 commits
  17. 01 Apr, 2025 1 commit
    • myhloli's avatar
      refactor(ocr): remove unused OCR dictionaries and update model configurations · 41f1fb8a
      myhloli authored
      - Remove unused OCR dictionaries for Arabic, Belarusian, Bulgarian and Armenian languages
      - Update model configurations in arch_config.yaml:
      - Comment out 'out_channels' for various language models
        - Rename Arabic, Korean, Japanese, Tamil and Devanagari model configurations to use 'v3' instead of 'v4'
      - Delete ar_dict.txt, be_dict.txt and bg_dict.txt files
      - Update arabic_dict.txt to remove blank line at the start
      41f1fb8a