Skip to content

v2.24.0

Choose a tag to compare

@docling-ops docling-ops released this 25 Mar 12:32
· 168 commits to main since this release

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)