1. 12 Sep, 2024 7 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 3 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
    • Xiaomeng Zhao's avatar
      fix(gradio): remove unused imports and simplify pdf display (#534) · 4331b837
      Xiaomeng Zhao authored
      Removed the previously used gradio and gradio-pdf imports which were not leveraged in the code. Also,
      replaced the custom `show_pdf` function with direct use of the `PDF` component from gradio for a simpler
      and more integrated PDF upload and display solution, improving code maintainability and readability.
      4331b837