1. 04 Aug, 2024 1 commit
  2. 02 Aug, 2024 1 commit
    • 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
  3. 28 Jul, 2024 2 commits
  4. 23 Jul, 2024 1 commit
  5. 10 Jul, 2024 1 commit
  6. 08 Jul, 2024 3 commits
  7. 07 Jul, 2024 1 commit
  8. 28 Jun, 2024 1 commit
  9. 27 Jun, 2024 1 commit
  10. 26 Jun, 2024 1 commit
  11. 25 Jun, 2024 1 commit
  12. 19 Jun, 2024 1 commit
  13. 18 Jun, 2024 1 commit
  14. 17 Jun, 2024 1 commit
  15. 14 Jun, 2024 1 commit
  16. 13 Jun, 2024 1 commit
  17. 12 Jun, 2024 1 commit
  18. 27 May, 2024 1 commit
  19. 24 May, 2024 1 commit
  20. 11 May, 2024 1 commit
  21. 26 Apr, 2024 2 commits
  22. 25 Apr, 2024 1 commit
  23. 15 Apr, 2024 1 commit
  24. 11 Apr, 2024 2 commits
  25. 08 Apr, 2024 2 commits
  26. 22 Mar, 2024 1 commit
  27. 21 Mar, 2024 1 commit
  28. 15 Mar, 2024 3 commits
  29. 04 Mar, 2024 1 commit
  30. 01 Mar, 2024 1 commit
  31. 29 Feb, 2024 1 commit