Skip to content

Releases: docling-project/docling-core

v2.2.3

29 Oct 12:29

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

Choose a tag to compare

Fix

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

v2.2.1

25 Oct 12:15

Choose a tag to compare

Fix

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

v2.2.0

24 Oct 11:54

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

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

Choose a tag to compare

Fix

v2.0.0

16 Oct 14:03

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

Choose a tag to compare

Fix

v1.7.1

07 Oct 12:03

Choose a tag to compare

Fix

  • Make doc metadata keys pure strings (#38) (246627f)
  • Align chunk ref format with one used in Document (#37) (b5592ad)

v1.7.0

01 Oct 07:56

Choose a tag to compare

Feature

  • (experimental) introduce new document format (#21) (688789e)
  • Add doc metadata extractor and ID generator classes (#34) (b76780c)
  • Support heading as chunk metadata (#36) (4bde515)