mirror of
https://github.com/docling-project/docling-core.git
synced 2026-05-17 13:10:44 +00:00
* Fix area method of BoundingBox Signed-off-by: Christoph Auer <cau@zurich.ibm.com> * add image placeholder Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * enable picture label Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * refactor captions and markdown Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * add logic to skip repeated caption Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * use DocItemLabel Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * Extend default export labels, add convenience mehtods Signed-off-by: Christoph Auer <cau@zurich.ibm.com> * Introduce ListItem API, with marker and enumerated properties Signed-off-by: Christoph Auer <cau@zurich.ibm.com> * add classification and description in PictureData Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * add molecule picture data Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * Fixes for DoclingDocument and aligned methods on legacy doc Signed-off-by: Christoph Auer <cau@zurich.ibm.com> * add advanced picture data content Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * Many markdown export fixes, renaming BaseTableData Signed-off-by: Christoph Auer <cau@zurich.ibm.com> * Rename module paths doc->legacy_doc, experimental->doc Signed-off-by: Christoph Auer <cau@zurich.ibm.com> * feat: imageref with pil_image Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * Small fixes Signed-off-by: Christoph Auer <cau@zurich.ibm.com> * docs: remove documentation in markdown to support python 3.13 (#43) Since json-schema-for-humans dependency does not support python 3.13, remove the generation of documentation in markdown of main docling types. Remove 'ds' prefix from documentation scripts. Update README. Add python 3.13 in CI/CD workflow checks. Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com> * Fix TableCell model validator Signed-off-by: Christoph Auer <cau@zurich.ibm.com> * store list of classes in classification Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * Fixes for DocumentOrigin mimetype validation Signed-off-by: Christoph Auer <cau@zurich.ibm.com> * introduce picturedata as list of annotations Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * feat: adapt hierarchical chunker to v2 DoclingDocument [skip-ci] Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com> * feat: add table support in chunker, incl. captions Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com> * use Field constraints instead of conlist, refactor chunking types Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com> * revert unnecessary doc module change Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com> * align test data with upstream changes Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com> * Update __init__.py on docling_core.types.doc Signed-off-by: Christoph Auer <cau@zurich.ibm.com> * Remove DescriptionItem Signed-off-by: Christoph Auer <cau@zurich.ibm.com> --------- Signed-off-by: Christoph Auer <cau@zurich.ibm.com> Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com> Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com> Co-authored-by: Michele Dolfi <dol@zurich.ibm.com> Co-authored-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com> Co-authored-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>