1. 24 Dec, 2024 1 commit
    • myhloli's avatar
      feat(llm): add LLM-aided formula and text correction · c660fdc8
      myhloli authored
      - Add LLM-aided formula and text correction functionality
      - Update config reader to include LLM-aided settings
      - Create new LLM-aided processing module
      - Update main processing script to incorporate LLM-aided corrections
      - Modify download scripts to check for new config version
      c660fdc8
  2. 11 Nov, 2024 2 commits
    • myhloli's avatar
      refactor(model download script) · 9496c6c4
      myhloli authored
      - Remove the download script from the `docs` directory and unify it in the `scripts` directory.
      - Update the JSON template URL in the script to the master branch.
      - Modify the script download link provided in the documentation.
      - Update the table recognition model in the configuration template to `rapid_table`.
      9496c6c4
    • Xiaomeng Zhao's avatar
      Update download_models.py · 041e3efb
      Xiaomeng Zhao authored
      041e3efb
  3. 01 Nov, 2024 1 commit
  4. 28 Oct, 2024 1 commit
  5. 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
  6. 14 Oct, 2024 1 commit
  7. 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
  8. 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
  9. 28 Aug, 2024 1 commit
  10. 21 Aug, 2024 1 commit