"vscode:/vscode.git/clone" did not exist on "c4e9ebe3a480128818eeda4a3ce59ee7a8da53bf"
  1. 18 Dec, 2024 1 commit
  2. 17 Dec, 2024 3 commits
  3. 16 Dec, 2024 1 commit
  4. 13 Dec, 2024 3 commits
  5. 12 Dec, 2024 4 commits
  6. 11 Dec, 2024 14 commits
  7. 10 Dec, 2024 7 commits
  8. 09 Dec, 2024 3 commits
  9. 07 Dec, 2024 2 commits
  10. 06 Dec, 2024 2 commits
    • myhloli's avatar
      refactor(magic-pdf): optimize model initialization and concurrency control · 012a46e0
      myhloli authored
      - Remove concurrency limit logic from app.py
      - Update model initialization process in various modules
      - Remove unused VRAM check for concurrency limit
      - Refactor OCR model initialization in pdf_extract_kit.py
      - Update txt_spans_extract_v2 function to use lang parameter instead of ocr_model
      012a46e0
    • myhloli's avatar
      refactor(ocr): replace AtomModelSingleton with ocr_model_init for OCR model instantiation · 47a83d28
      myhloli authored
      - Remove usage of AtomModelSingleton for OCR model creation
      - Add ocr_model_init function to initialize OCR model
      - Update OCR model initialization in pdf_extract_kit.py and pdf_parse_union_core_v2.py
      - Modify txt_spans_extract_v2 function to accept ocr_model as a parameter
      - Update parse_page_core function to use ocr_model instead of lang for OCR processing
      47a83d28