1. 06 Jan, 2025 1 commit
  2. 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
  3. 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
  4. 17 Dec, 2024 1 commit
  5. 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
  6. 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
  7. 21 Nov, 2024 1 commit
  8. 18 Nov, 2024 1 commit
  9. 08 Nov, 2024 1 commit
  10. 23 Oct, 2024 2 commits
    • myhloli's avatar
      feat: add support for non-PDF file conversion to PDF · 4834baf4
      myhloli authored
      - Implement to_pdf function to convert non-PDF files to PDF format
      - Integrate file upload functionality for PDF and image files- Update UI to include file upload component and PDF preview
      - Add conversion button and update its functionality to handle new file types
      4834baf4
    • myhloli's avatar
      feat(model): add support for DocLayout-YOLO model · 1279f2cd
      myhloli authored
      - Add new layout model option: DocLayout-YOLO
      - Implement model initialization and prediction for DocLayout-YOLO
      - Update configuration options to include new model- Modify existing code to support both LayoutLMv3 and DocLayout-YOLO models
      - Update Gradio app to support more Custom Switch
      1279f2cd
  11. 12 Sep, 2024 1 commit
  12. 09 Sep, 2024 1 commit
  13. 03 Sep, 2024 1 commit
    • Xiaomeng Zhao's avatar
      fix(gradio): remove unused imports and simplify pdf display (#534) · 4331b837
      Xiaomeng Zhao authored
      Removed the previously used gradio and gradio-pdf imports which were not leveraged in the code. Also,
      replaced the custom `show_pdf` function with direct use of the `PDF` component from gradio for a simpler
      and more integrated PDF upload and display solution, improving code maintainability and readability.
      4331b837
  14. 31 Aug, 2024 1 commit