We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8feb09f commit bb69564Copy full SHA for bb69564
docling_core/types/doc/document.py
@@ -5776,7 +5776,7 @@ def _add_text(
5776
enum_marker = str(enum_value) + "."
5777
5778
li_full_chunk = li_match.group(0)
5779
- li_bbox = extract_bounding_box(li_full_chunk) if image else None
+ li_bbox = extract_bounding_box(li_full_chunk)
5780
text_content = extract_inner_text(li_full_chunk)
5781
# Add list item
5782
doc.add_list_item(
0 commit comments