1. 01 Aug, 2024 1 commit
  2. 31 Jul, 2024 1 commit
    • 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 1 commit
  4. 14 Jul, 2024 1 commit
    • 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
  5. 12 Jul, 2024 1 commit
    • myhloli's avatar
      feat(config-reader): add models-dir and device-mode configurations · 695b3579
      myhloli authored
      Add new configuration options for custom model directories and device modeselection. This allows users to specify the directory where models are stored
      and choose between CPU and GPU modes for model inference. The configurations
      are read from a JSON file and can be easily extended to support additional
      options in the future.
      695b3579
  6. 11 Jul, 2024 2 commits
  7. 10 Jul, 2024 1 commit
  8. 09 Jul, 2024 1 commit
  9. 08 Jul, 2024 1 commit
    • 赵小蒙's avatar
      update: · 1ee81a9a
      赵小蒙 authored
      1.Disable scaling when loading large images.
      2.Moving the logic for channel conversion in image processing.
      1ee81a9a
  10. 28 Jun, 2024 1 commit
  11. 26 Jun, 2024 1 commit
  12. 18 Jun, 2024 1 commit