"tools/vscode:/vscode.git/clone" did not exist on "f559787d2c9f9aceed1870d352c251a15339d60b"
  1. 08 May, 2025 1 commit
  2. 28 Apr, 2025 1 commit
    • myhloli's avatar
      feat(latex): enhance LaTeX delimiter support and configurability · 100e9c17
      myhloli authored
      - Add support for \(\) and \[\] delimiters in addition to $$ and $$- Make LaTeX delimiter configuration more flexible and user-defined
      - Update configuration file to include LaTeX delimiter settings
      - Modify OCR content generation to use configurable delimiters
      100e9c17
  3. 23 Apr, 2025 1 commit
  4. 21 Apr, 2025 1 commit
  5. 10 Apr, 2025 1 commit
  6. 03 Apr, 2025 1 commit
    • myhloli's avatar
      feat(web_api): update configuration and remove unused code · 3a820305
      myhloli authored
      - Comment out PaddlePaddle GPU installation in Dockerfile
      - Add OCR model download URL in download_models.py
      - Update config version in magic-pdf.json
      - Remove outdated information and simplify README.md
      - Remove volume creation for PaddleOCR models in Dockerfile
      3a820305
  7. 21 Mar, 2025 1 commit
  8. 14 Mar, 2025 2 commits
  9. 22 Feb, 2025 1 commit
    • sayThQ199's avatar
      Update ext.py · 034034c6
      sayThQ199 authored
      Determine whether the file name with a.pdf extension supports the inclusion of special characters or Chinese characters.
      034034c6
  10. 14 Feb, 2025 8 commits
  11. 22 Jan, 2025 1 commit
  12. 21 Jan, 2025 1 commit
    • myhloli's avatar
      fix(models): update unimernet_small model path · 2a3a006f
      myhloli authored
      - Update model path from 'unimernet_small' to 'unimernet_small_2501' in multiple scripts and configuration files
      - This change affects download_models.py, download_models_hf.py, and model_configs.yaml
      2a3a006f
  13. 13 Jan, 2025 2 commits
  14. 12 Jan, 2025 1 commit
  15. 10 Jan, 2025 2 commits
  16. 09 Jan, 2025 4 commits
  17. 07 Jan, 2025 1 commit
    • myhloli's avatar
      fix(clear_bu): remove unused input from clear button · e3d2de37
      myhloli authored
      Remove 'table_enable' input from the clear button's function call. This change ensures that only necessary inputs are included in the clear operation, improving code efficiency and maintainability.
      e3d2de37
  18. 06 Jan, 2025 1 commit
  19. 05 Jan, 2025 1 commit
    • myhloli's avatar
      fix(magic-pdf): update OCR model selection logic · 16a0a350
      myhloli authored
      - Add missing 'else' statement in OCR model selection logic
      - Ensure consistent formatting of 'if' statements for better readability
      - Remove unnecessary empty line in the 'app.py' file
      16a0a350
  20. 03 Jan, 2025 1 commit
  21. 18 Dec, 2024 1 commit
    • myhloli's avatar
      feat(gradio-app): improve PDF conversion and UI functionalities · bf2ff5a2
      myhloli authored
      - Add automatic conversion of uploaded files to PDF
      - Update max page slider range and default value- Prevent interaction with PDF preview to avoid errors
      - Increase Markdown rendering height for better visibility
      - Update file change event handling for PDF conversion
      - Modify supported image suffixes for file upload
      bf2ff5a2
  22. 17 Dec, 2024 1 commit
  23. 12 Dec, 2024 1 commit
  24. 06 Dec, 2024 1 commit
    • 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
  25. 03 Dec, 2024 2 commits
    • 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
    • myhloli's avatar
      feat(gradio_app): implement dynamic concurrency limit based on VRAM · b1fe9d4f
      myhloli authored
      - Add get_concurrency_limit function to calculate concurrency limit based on VRAM
      - Update clean_vram function and rename to get_vram for better clarity
      - Apply concurrency limit to the to_markdown function in the Gradio app
      b1fe9d4f
  26. 30 Nov, 2024 1 commit