mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-09 21:28:17 +00:00
fix(HTML): concatenation of child strings in table cells and list items (#1981)
fix(HTML): ensure correct concatenation of child strings in table cells and list items Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
7b5f86098d
commit
5132f061a8
@@ -5839,7 +5839,7 @@
|
||||
"end_row_offset_idx": 4,
|
||||
"start_col_offset_idx": 0,
|
||||
"end_col_offset_idx": 1,
|
||||
"text": " Number of total districts",
|
||||
"text": "Number of total districts",
|
||||
"column_header": false,
|
||||
"row_header": false,
|
||||
"row_section": false
|
||||
@@ -6642,7 +6642,7 @@
|
||||
"end_row_offset_idx": 4,
|
||||
"start_col_offset_idx": 0,
|
||||
"end_col_offset_idx": 1,
|
||||
"text": " Number of total districts",
|
||||
"text": "Number of total districts",
|
||||
"column_header": false,
|
||||
"row_header": false,
|
||||
"row_section": false
|
||||
|
||||
Reference in New Issue
Block a user