Skip to content

v3.15.0

Choose a tag to compare

@docling-ops docling-ops released this 28 Aug 07:03
· 2 commits to main since this release

Feature

  • reading-order: Re-enable same-row left-to-right linking with additive r2l fix (#163) (080aded)

Fix

  • Correct graphics-to-captions assignment in reading order (#183) (cfd1d08)
  • deps: Exclude transformers 5.13.0, which breaks the image-processor registration (#178) (5354f0f)
  • UnboundLocalError in predict_dummy when no bboxes are detected (#147) (6974dfe)
  • tf_cell_matcher: Correct the vertical non-overlap check in find_intersection (#142) (#177) (a81c60a)
  • list_item_normalizer: Keep multi-line list item text (#179) (#181) (36fe1d0)

Performance

  • Cache per-instance logger in _log() to remove millions of get_custom_logger calls (#182) (68c83ea)