Skip to content

Releases: docling-project/docling-core

v2.28.0

23 Apr 07:42

Choose a tag to compare

Feature

v2.27.0

16 Apr 14:48

Choose a tag to compare

Feature

  • Chart tabular data serialization for HTML serializer (#258) (caa8aee)

Fix

v2.26.4

15 Apr 04:35
8b5dd17

Choose a tag to compare

Fix

  • Fix page breaking in case page starts with group (#253) (928e5c5)

v2.26.3

14 Apr 07:25

Choose a tag to compare

Fix

v2.26.2

14 Apr 05:12

Choose a tag to compare

Fix

  • Fix code handling in HTML serialization (#251) (15d2f2c)

v2.26.1

11 Apr 13:43

Choose a tag to compare

Performance

v2.26.0

11 Apr 08:59

Choose a tag to compare

Feature

  • Add HTML serializer (#232) (5d40600)
  • Add serializer provider to chunkers (#239) (23036e1)
  • Integrate serialization API into chunkers (#221) (5e4c0fd)
  • Expose page number in Serialization API (#238) (73b9941)
  • Markdown chart serializer (picture+table) (#235) (0482bac)
  • Support of DocTags charts (serialization and deserialization) (#229) (e9259a5)
  • Added initial delete and insert methods in DoclingDocument (#220) (f2fe1c1)

Fix

  • Fix page filtering issue (#247) (ab78e0b)
  • Propagate HTMLOutputStyle properly through (#246) (587e67f)
  • Better BoundingRectangle.angle and BoundingRectangle.angle_360 computation (#237) (055742c)
  • DocTags import location fix for tables, pictures, captions (#227) (a055e1a)

Performance

v2.25.0

31 Mar 11:47

Choose a tag to compare

Feature

  • Allow images in doctags deserializer to be optional and support multipage (#225) (e0943d2)

Fix

v2.24.1

28 Mar 13:14

Choose a tag to compare

Fix

  • Automatic transformation of output cells bbox coord origin defined by input in get_cells_in_bbox (#219) (8e0e9b7)

v2.24.0

25 Mar 12:32

Choose a tag to compare

Important

API notice

  • export_to_document_tokens() methods have been deprecated in favor of newly introduced export_to_doctags() methods, to which they are now internally delegating.
  • In export_to_doctags() methods, arguments new_line / delim have been deprecated — check minified instead.

Feature

  • Expose MD page break & DocTags minification (#213) (ff13a93)
  • Add document tokens from key value items (#170) (db119f4)
  • Add DocTags serializers (#192) (1f4d57e)
  • Add kv_item support for doctag to docling_document (#188) (2371c11)

Fix

  • Enable caption serialization for all floating items (#216) (e1d0597)
  • Allow captions without holding item (#215) (2efb71a)
  • Add 'text/csv' mimetype to _extra_mimetypes type list (#210) (bc3f5d5)
  • Add handling for str filenames in save/load methods (#205) (75d94ab)
  • Markdown picture item export (#207) (510649e)
  • DocTags support of furniture (#209) (337ff74)

Performance

  • serialization: Cache excluded references (#214) (bcace5d)