Skip to content

Releases: DS4SD/docling-core

v2.3.1

01 Nov 12:55
Compare
Choose a tag to compare

Fix

  • Include titles to chunk heading metadata (#62) (bfeb2db)

v2.3.0

29 Oct 18:53
Compare
Choose a tag to compare

Feature

  • Added pydantic models to store charts data (pie, bar, stacked bar, line, scatter) (#52) (36b7bea)

v2.2.3

29 Oct 12:29
Compare
Choose a tag to compare

Fix

  • Str representation of enum across python versions (#60) (8528918)
  • Title for export to markdown and add text_width parameter (#59) (4993c34)

v2.2.2

26 Oct 11:15
Compare
Choose a tag to compare

Fix

  • Fix non-string table cell handling in chunker (#58) (b5d07b2)

v2.2.1

25 Oct 12:15
Compare
Choose a tag to compare

Fix

  • Escaping underscore characters in md export (#57) (c344d0f)

v2.2.0

24 Oct 11:54
Compare
Choose a tag to compare

Feature

  • Add headers argument and a custom user-agents for http requests (#53) (44941b5)

Fix

  • Fix resolution in case of URL without path (#55) (2c88e56)

v2.1.0

22 Oct 12:22
Compare
Choose a tag to compare

Feature

  • Improve markdown export of DoclingDocument (#50) (328778e)
  • Extend chunk meta with schema, version, origin (#49) (d09fe7e)

v2.0.1

18 Oct 13:23
Compare
Choose a tag to compare

Fix

v2.0.0

16 Oct 14:03
Compare
Choose a tag to compare

Feature

  • Expose DoclingDocument as main type, move old typing to legacy (#41) (03df97f)

Breaking

  • Expose DoclingDocument as main type, move old typing to legacy (#41) (03df97f)

v1.7.2

09 Oct 11:51
Compare
Choose a tag to compare

Fix