mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-23 18:45:00 +00:00
* A new HTML backend that handles styled html (ignors it) as well as images. Images are parsed as placeholders with a caption, if it exists. Co-authored-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com> Co-authored-by: vaaale <2428222+vaaale@users.noreply.github.com> Signed-off-by: Alexander Vaagan <alexander.vaagan@gmail.com> Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com> Signed-off-by: vaaale <2428222+vaaale@users.noreply.github.com> * tests(HTML): re-enable test_ordered_lists Re-enable test_ordered_lists regression test for the HTML backend since docling-core now supports ordered lists with custom start value. Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com> --------- Signed-off-by: Alexander Vaagan <alexander.vaagan@gmail.com> Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com> Signed-off-by: vaaale <2428222+vaaale@users.noreply.github.com> Co-authored-by: Alexander Vaagan <2428222+vaaale@users.noreply.github.com>
17 lines
981 B
Plaintext
Vendored
17 lines
981 B
Plaintext
Vendored
item-0 at level 0: unspecified: group _root_
|
|
item-1 at level 1: title: Introduction
|
|
item-2 at level 2: text: This is the first paragraph of the introduction.
|
|
item-3 at level 2: section_header: Background
|
|
item-4 at level 3: text: Some background information here.
|
|
item-5 at level 3: picture
|
|
item-5 at level 4: caption: Example image
|
|
item-6 at level 3: list: group list
|
|
item-7 at level 4: list_item: First item in unordered list
|
|
item-8 at level 4: list_item: Second item in unordered list
|
|
item-9 at level 3: list: group ordered list
|
|
item-10 at level 4: list_item: First item in ordered list
|
|
item-11 at level 4: list_item: Second item in ordered list
|
|
item-12 at level 3: list: group ordered list start 42
|
|
item-13 at level 4: list_item: First item in ordered list with start
|
|
item-14 at level 4: list_item: Second item in ordered list with start
|
|
item-15 at level 1: caption: Example image |