v2.24.0
Important
API notice
export_to_document_tokens()methods have been deprecated in favor of newly introducedexport_to_doctags()methods, to which they are now internally delegating.- In
export_to_doctags()methods, argumentsnew_line/delimhave been deprecated — checkminifiedinstead.
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)