"docker/Dockerfile.sagemaker" did not exist on "8832ecb1e451a58a85cbdcd7029586187c1c9574"
  1. 27 Nov, 2024 5 commits
  2. 26 Nov, 2024 8 commits
  3. 25 Nov, 2024 7 commits
  4. 24 Nov, 2024 2 commits
  5. 22 Nov, 2024 5 commits
  6. 21 Nov, 2024 7 commits
  7. 20 Nov, 2024 1 commit
  8. 19 Nov, 2024 2 commits
  9. 18 Nov, 2024 3 commits
    • myhloli's avatar
      refactor(para): adjust right margin threshold based on block width · 69805f4b
      myhloli authored
      - Introduce a variable threshold for right margin based on block width
      - Use 0.26 * block_weight for wider blocks (block_weight_radio >= 0.5)
      - Use 0.36 * block_weight for narrower blocks- This change aims to improve paragraph splitting accuracy for different block widths
      69805f4b
    • myhloli's avatar
      refactor(para): improve paragraph splitting logic · 517fbe5b
      myhloli authored
      - Add page size information to blocks
      - Calculate block width ratio relative to page width
      - Adjust threshold for determining right side indentation
      - Implement additional checks for merging blocks across pages
      - Improve logic for identifying list structures
      517fbe5b
    • myhloli's avatar
      feat(ocr): improve handling of angled text boxes · 4fd966eb
      myhloli authored
      - Add calculate_is_angle function to detect angled text boxes
      - Update update_det_boxes and merge_det_boxes functions to handle angled text boxes
      - Modify angle detection logic in various parts of the code
      4fd966eb