1. 10 Sep, 2024 3 commits
    • myhloli's avatar
      refactor(pdf_extract_kit): update model config and weight paths for UniMERNet-0.2.0 · ddd61a11
      myhloli authored
      Update the paths to model weights and configuration files for the UniMERNet architecture
      in both the demo.yaml and model_configs.yaml files. Adjust the mfr_model_init function toreflect the new weight and configuration paths. The changes include specifying more detailed
      paths to the unimernet_base directory and changing the weight file extension to .pth.
      ddd61a11
    • myhloli's avatar
      refactor(pdf_extract_kit): update model config and weight paths for UniMERNet-0.2.0 · 3e9bc7a4
      myhloli authored
      Update the paths to model weights and configuration files for the UniMERNet architecture
      in both the demo.yaml and model_configs.yaml files. Adjust the mfr_model_init function toreflect the new weight and configuration paths. The changes include specifying more detailed
      paths to the unimernet_base directory and changing the weight file extension to .pth.
      3e9bc7a4
    • myhloli's avatar
      refactor(pdf_extract_kit): update model config and weight paths for UniMERNet-0.2.0 · 4f340c44
      myhloli authored
      Update the paths to model weights and configuration files for the UniMERNet architecture
      in both the demo.yaml and model_configs.yaml files. Adjust the mfr_model_init function toreflect the new weight and configuration paths. The changes include specifying more detailed
      paths to the unimernet_base directory and changing the weight file extension to .pth.
      4f340c44
  2. 09 Sep, 2024 3 commits
    • Kaiwen Liu's avatar
      fix: resolve inaccuracy of drawing layout box caused by paragraphs combination #384 (#574) · 58a00317
      Kaiwen Liu authored
      
      
      * fix: resolve inaccuracy of drawing layout box caused by paragraphs combination
      
      * fix: resolve inaccuracy of drawing layout box caused by paragraphs combination #384
      
      * fix: resolve inaccuracy of drawing layout box caused by paragraphs combination #384
      
      * fix: resolve inaccuracy of drawing layout box caused by paragraphs combination #384
      
      * Update README.md
      
      * Update README_zh-CN.md
      
      * Update README_zh-CN.md
      
      add HF、modelscope、colab url
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README_zh-CN.md
      
      * Rename README.md to README_zh-CN.md
      
      * Create readme.md
      
      * Rename readme.md to README.md
      
      * Rename README.md to README_zh-CN.md
      
      * Update README_zh-CN.md
      
      * Create README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README_zh-CN.md
      
      * Update README.md
      
      * Update README_zh-CN.md
      
      * Update README_zh-CN.md
      
      * Update README.md
      
      * Update README_zh-CN.md
      
      * fix: resolve inaccuracy of drawing layout box caused by paragraphs combination #384
      
      ---------
      Co-authored-by: default avatarXiaomeng Zhao <moe@myhloli.com>
      Co-authored-by: default avatarsfk <18810651050@163.com>
      58a00317
    • Xiaomeng Zhao's avatar
    • quincyqiang's avatar
      features@add mineru gpu&web_api (#568) · a1c0d535
      quincyqiang authored
      * features@add mineru gpu&web_api
      
      * features@update api
      a1c0d535
  3. 05 Sep, 2024 2 commits
  4. 03 Sep, 2024 6 commits
  5. 02 Sep, 2024 7 commits
  6. 31 Aug, 2024 1 commit
  7. 30 Aug, 2024 3 commits
    • Xiaomeng Zhao's avatar
      Update Dockerfile · 0e77b8a0
      Xiaomeng Zhao authored
      0e77b8a0
    • icecraft's avatar
      Feat/support rag (#510) · b72d4ebd
      icecraft authored
      
      
      * Create requirements-docker.txt
      
      * feat: update deps to support rag
      
      * feat: add support to rag, add rag_data_reader api for rag integration
      
      * feat: let user retrieve the filename of the processed file
      
      * feat: add projects demo for rag integrations
      
      ---------
      Co-authored-by: default avatarXiaomeng Zhao <moe@myhloli.com>
      Co-authored-by: default avataricecraft <xurui1@pjlab.org.cn>
      b72d4ebd
    • Xiaomeng Zhao's avatar
      feat(cli&analyze&pipeline): add start_page and end_page args for pagination (#507) · 0f91fcf6
      Xiaomeng Zhao authored
      * feat(cli&analyze&pipeline): add start_page and end_page args for paginationAdd start_page_id and end_page_id arguments to various components of the PDF parsing
      pipeline to support pagination functionality. This feature allows users to specify the
      range of pages to be processed, enhancing the efficiency and flexibility of the system.
      
      * feat(cli&analyze&pipeline): add start_page and end_page args for paginationAdd start_page_id and end_page_id arguments to various components of the PDF parsing
      pipeline to support pagination functionality. This feature allows users to specify the
      range of pages to be processed, enhancing the efficiency and flexibility of the system.
      
      * feat(cli&analyze&pipeline): add start_page and end_page args for paginationAdd start_page_id and end_page_id arguments to various components of the PDF parsing
      pipeline to support pagination functionality. This feature allows users to specify the
      range of pages to be processed, enhancing the efficiency and flexibility of the system.
      0f91fcf6
  8. 28 Aug, 2024 12 commits
  9. 26 Aug, 2024 3 commits