1. 12 Sep, 2024 8 commits
  2. 11 Sep, 2024 1 commit
  3. 10 Sep, 2024 16 commits
  4. 09 Sep, 2024 7 commits
  5. 06 Sep, 2024 3 commits
  6. 05 Sep, 2024 2 commits
  7. 04 Sep, 2024 1 commit
  8. 03 Sep, 2024 2 commits
    • Xiaomeng Zhao's avatar
      refactor(pdf_extract_kit): implement singleton pattern for atomic models (#533) · aac91094
      Xiaomeng Zhao authored
      Refactor the pdf_extract_kit module to utilize a singleton pattern when initializing
      atomic models. This change ensures that atomic models are instantiated at most once,
      optimizing memory usage and reducing redundant initialization steps. The AtomModelSingleton
      class now manages the instantiation and retrieval of atomic models, improving the
      overall structure and efficiency of the codebase.
      aac91094
    • icecraft's avatar
      Feat/support footnote in figure (#532) · 03469909
      icecraft authored
      
      
      * feat: support figure footnote
      
      * feat: using the relative position to combine footnote, table, image
      
      * feat: add the readme of projects
      
      * fix: code spell in unittest
      
      ---------
      Co-authored-by: default avataricecraft <xurui1@pjlab.org.cn>
      03469909