1. 01 Nov, 2024 1 commit
  2. 28 Oct, 2024 1 commit
  3. 23 Oct, 2024 1 commit
    • 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
  4. 14 Oct, 2024 1 commit
  5. 09 Oct, 2024 1 commit
    • myhloli's avatar
      refactor(docs): update model download instructions and configuration process · 044e84e4
      myhloli authored
      - Simplify model download instructions, include initial download and updates
      - Recommend using Hugging Face or ModelScope for downloading models
      - Remove detailed steps for Git LFS download due to reliability issues
      - Update configuration file name from template to final version
      - Clarify location and automatic generation of the configuration file
      - Update READMEs across different platforms to reflect these changes
      044e84e4
  6. 08 Oct, 2024 2 commits
    • myhloli's avatar
      feat(docs): automate model download and configuration · cf385779
      myhloli authored
      - Add scripts to download models and update configuration file
      - Remove manual steps for modifying model paths
      - Update documentation for both ModelScope and HuggingFace model downloads
      - Improve user experience by automating the entire process
      cf385779
    • myhloli's avatar
      feat(layoutreader): support local model directory and improve model loading · ded2818a
      myhloli authored
      - Add function to get local LayoutReader model directory- Check and use local model directory if available
      - Fall back to online model if local directory not found
      - Update model initialization to support local path
      - Refactor model loading in singleton class
      ded2818a
  7. 28 Aug, 2024 1 commit
  8. 21 Aug, 2024 1 commit