1. 13 Dec, 2024 1 commit
    • myhloli's avatar
      fix(pdf): improve ligature handling and text extraction · c638fc5d
      myhloli authored
      - Move ligature replacement function to pdf_parse_union_core_v2.py
      - Optimize ligature replacement using a more efficient approach
      - Modify text extraction flags to preserve ligatures in PDF content
      - Remove unnecessary function from ocr_mkcontent.py
      c638fc5d
  2. 12 Dec, 2024 1 commit
  3. 11 Dec, 2024 14 commits
  4. 10 Dec, 2024 7 commits
  5. 09 Dec, 2024 3 commits
  6. 07 Dec, 2024 2 commits
  7. 06 Dec, 2024 10 commits
  8. 05 Dec, 2024 1 commit
    • myhloli's avatar
      perf(model): add threading lock for OCR model initialization · 04478095
      myhloli authored
      - Introduce a lock to synchronize access to OCR model initialization- This change improves thread safety when multiple threads access the OCR model concurrently
      - The lock ensures that the OCR model is initialized only once, even in multi-threaded scenarios
      04478095
  9. 03 Dec, 2024 1 commit
    • myhloli's avatar
      fix(vram): improve VRAM checking logic · 104273cc
      myhloli authored
      - Update VRAM checking logic in app.py and model_utils.py
      - Add None and type checks for VRAM values
      - Adjust concurrency limit calculation in app.py
      - Modify clean_vram function to handle cases with no VRAM information
      104273cc