1. 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
  2. 12 Sep, 2024 1 commit
  3. 09 Sep, 2024 1 commit
  4. 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
  5. 31 Aug, 2024 1 commit