1. 01 Aug, 2024 2 commits
  2. 31 Jul, 2024 3 commits
    • liukaiwen's avatar
      # add table recognition using struct-eqtable · d6c58ecc
      liukaiwen authored
      ## 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
      d6c58ecc
    • myhloli's avatar
      Update version.py with new version · c88ba5df
      myhloli authored
      c88ba5df
    • liukaiwen's avatar
      # add table recognition using struct-eqtable · b29badc1
      liukaiwen authored
      ## 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
      b29badc1
  3. 30 Jul, 2024 2 commits
  4. 29 Jul, 2024 1 commit
  5. 28 Jul, 2024 1 commit
  6. 25 Jul, 2024 1 commit
  7. 24 Jul, 2024 5 commits
  8. 23 Jul, 2024 6 commits
  9. 22 Jul, 2024 3 commits
  10. 19 Jul, 2024 3 commits
  11. 18 Jul, 2024 1 commit
  12. 17 Jul, 2024 4 commits
  13. 15 Jul, 2024 1 commit
  14. 14 Jul, 2024 2 commits
    • myhloli's avatar
      refactor(magic_pdf): optimize model loading and support list file input · 13788ca1
      myhloli authored
      Improve the model loading mechanism in magic_pdf by implementing a Singleton
      pattern to reduce redundant model instantiation. Additionally, enhance the
      command-line interface to support input from list files, allowing batch
      processing of multiple PDF documents.
      13788ca1
    • myhloli's avatar
      refactor(magic_pdf): implement model singleton pattern for custom models · 054abe33
      myhloli authored
      Introduce a Singleton pattern to manage custom models in the magic_pdf module.
      This change improves the efficiency by ensuring that a single instance of the
      custom model is created and reused, thereby reducing the overhead of multiple
      instantiate calls for the same model configuration.
      054abe33
  15. 13 Jul, 2024 2 commits
  16. 12 Jul, 2024 3 commits