1. 10 Oct, 2024 6 commits
  2. 09 Oct, 2024 3 commits
  3. 08 Oct, 2024 20 commits
  4. 06 Oct, 2024 2 commits
  5. 30 Sep, 2024 6 commits
  6. 29 Sep, 2024 2 commits
  7. 28 Sep, 2024 1 commit
    • myhloli's avatar
      refactor(magic_pdf): import model helpers directly for clarity · 42a7d792
      myhloli authored
      Update import statements in `pdf_parse_union_core_v2.py` to directly import
      `prepare_inputs`, `boxes2inputs`, and `parse_logits` from `magic_pdf.model.v3.helpers`
      instead of from `magic_pdf.model.v3`. This change streamlines the imports, making the
      code more readable and maintaining a cleaner approach to modular design.
      42a7d792