1. 21 Nov, 2024 6 commits
  2. 20 Nov, 2024 1 commit
  3. 19 Nov, 2024 2 commits
  4. 18 Nov, 2024 4 commits
  5. 15 Nov, 2024 1 commit
  6. 14 Nov, 2024 1 commit
  7. 13 Nov, 2024 1 commit
  8. 11 Nov, 2024 1 commit
  9. 08 Nov, 2024 5 commits
  10. 07 Nov, 2024 1 commit
    • myhloli's avatar
      feat(model): add xycut algorithm for block sorting · 7d5850e3
      myhloli authored
      - Implement xycut algorithm to sort blocks when layoutreader fails
      - Add recursive_xy_cut function to perform the xycut algorithm- Update pdf_parse_union_core_v2.py to use xycut when layoutreader fails
      - Modify draw_bbox.py to handle cases where layoutreader fails to sort blocks
      7d5850e3
  11. 06 Nov, 2024 1 commit
  12. 05 Nov, 2024 1 commit
  13. 04 Nov, 2024 4 commits
  14. 03 Nov, 2024 2 commits
  15. 02 Nov, 2024 2 commits
    • myhloli's avatar
      feat(list): improve list detection algorithm- Add center_close_num and... · 2bf6c268
      myhloli authored
      feat(list): improve list detection algorithm- Add center_close_num and external_sides_not_close_num variables to analyze line positioning
      - Implement new list detection condition for centered lines
      - Enhance existing list detection logic with additional checks
      2bf6c268
    • myhloli's avatar
      fix(list): improve list identification accuracy- Adjust the threshold for... · a8f2e7d6
      myhloli authored
      fix(list): improve list identification accuracy- Adjust the threshold for determining right-side spacing to 0.26 * block_weight
      - Add TODO comment for special list identification with all centered lines- Modify the condition for recognizing short item lists with left alignment
      - Update the condition for identifying the end of a list item
      a8f2e7d6
  16. 01 Nov, 2024 7 commits