1. 08 Apr, 2025 1 commit
  2. 11 Jan, 2025 1 commit
    • myhloli's avatar
      fix: update resource URLs to jsdelivr · a1c4f22a
      myhloli authored
      - Replace Gitee URLs with jsdelivr URLs in multiple files
      - Update Dockerfile instructions to use new URLs
      - Modify documentation to reflect new resource location
      - Adjust scripts and READMEs to point to new URL for downloads
      a1c4f22a
  3. 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 how_to_download_models_zh_cn.md · 7644bb2a
      Xiaomeng Zhao authored
      7644bb2a
  4. 08 Nov, 2024 2 commits
  5. 06 Nov, 2024 2 commits
    • myhloli's avatar
      docs(model): update model download instructions- Remove outdated information... · 62b0a2a4
      myhloli authored
      docs(model): update model download instructions- Remove outdated information about git lfs download method
      - Clarify the version-specific instructions for model updates
      - Improve readability and structure of the documentation
      62b0a2a4
    • myhloli's avatar
      docs: enhance documentation with important notices and tips · 928d123c
      myhloli authored
      - Add important notice about git lfs download issues in model download docs
      - Include warning about 0.9.x version changes in model update section
      - Add tip for finding user directory in config file location
      - Improve readability of TODO list in README files
      - Standardize important notices and tips across multiple language versions
      928d123c
  6. 28 Oct, 2024 1 commit
  7. 27 Oct, 2024 1 commit
  8. 14 Oct, 2024 1 commit
  9. 09 Oct, 2024 2 commits
  10. 08 Oct, 2024 3 commits
    • myhloli's avatar
      docs: add filename to wget command in model download scripts · 5de6af68
      myhloli authored
      - Update wget commands in both English and Chinese documentation to specify the filename
      - Improve clarity and prevent potential filename conflicts when downloading the scripts
      5de6af68
    • 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
      docs: update model download instructions for version 0.9.x and later- Add note... · b28157ce
      myhloli authored
      docs: update model download instructions for version 0.9.x and later- Add note about separate download for layoutreader model in version 0.9.x and later
      - Include example code for downloading layoutreader model using ModelScope
      - Clarify that previous download methods do not support updating to version 0.9.x and later
      b28157ce
  11. 27 Sep, 2024 1 commit
  12. 13 Sep, 2024 1 commit
  13. 09 Sep, 2024 1 commit
  14. 02 Sep, 2024 2 commits
  15. 28 Aug, 2024 1 commit
  16. 07 Aug, 2024 3 commits
  17. 02 Aug, 2024 3 commits
    • myhloli's avatar
      docs(models_zh_cn): update download methods from ModelScope · a24890b1
      myhloli authored
      Update the download methods for models in the Chinese documentation to reflect
      the latest options available from ModelScope. Simplify the section titles and
      revise download instructions for clarity and consistency.
      a24890b1
    • xuchao's avatar
    • Kaiwen Liu's avatar
      feat(model inference): add table recognition and conversion to LaTeX (#284) · 37925f36
      Kaiwen Liu authored
      * # add table recognition using struct-eqtable
      ## Changelog
      31/07/20204
      - Support table recognition. Table images will be converted into html.
      
      ### how to use the new feature:
      set the attribute 'table-mode' to 'true' in magic-pdf.json
      
      ### caution:
      it takes 200s to 500s to convert a single table image using cpu
      
      * # add table recognition using struct-eqtable
      ## Changelog
      31/07/20204
      - Support table recognition. Table images will be converted into LaTex.
      
      ### how to use the new feature:
      set the attribute 'table-mode' to 'true' in magic-pdf.json
      
      ### caution:
      it takes 200s to 500s to convert a single table image using cpu
      
      * # feat(model inference): add table recognition and convertion to LaTeX
      
      # What's Changed
      
      ### New Features
      
      - Add table content recognition, we use weights of [StructEqTable](https://github.com/UniModal4Reasoning/StructEqTable-Deploy) to convert table image to LaTex.
      
      ### Instruction
      
      - pip install pypandoc struct-eqtable==0.1.0
      - Download [StructEqTable weights](https://huggingface.co/wanderkid/PDF-Extract-Kit/tree/main/models/TabRec
      
      ) and put it under models/ directory.
      - Edit 'table-mode' value to turn on table recognition function which is turned off by default.
      - If you did not download any models before, refer to [how to download models](docs/how_to_download_models_zh_cn.md)。
      
      * add table recognition and convertion to LaTeX
      
      * add table recognition and conversion to LaTeX
      
      * add table recognition and conversion to LaTeX
      
      * add table recognition and conversion to LaTeX
      
      ---------
      Co-authored-by: default avatarliukaiwen <liukaiwen@pjlab.org.cn>
      37925f36
  18. 01 Aug, 2024 2 commits
  19. 31 Jul, 2024 2 commits
  20. 15 Jul, 2024 1 commit
  21. 13 Jul, 2024 1 commit
  22. 12 Jul, 2024 2 commits
  23. 11 Jul, 2024 1 commit