-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: parse html with omitted body tag (#818)
* fix: parse HTML files without body tag Parse HTML files without 'body' tag, since it is optional in HTML5 specification. Signed-off-by: Cesar Berrospi Ramis <[email protected]> * test: ensure docling converts HTML without body tag Signed-off-by: Cesar Berrospi Ramis <[email protected]> --------- Signed-off-by: Cesar Berrospi Ramis <[email protected]>
- Loading branch information
Showing
6 changed files
with
364 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
item-0 at level 0: unspecified: group _root_ | ||
item-1 at level 1: title: Omitted html and body tags | ||
item-2 at level 2: table with [4x3] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,329 @@ | ||
{ | ||
"schema_name": "DoclingDocument", | ||
"version": "1.0.0", | ||
"name": "example_05", | ||
"origin": { | ||
"mimetype": "text/html", | ||
"binary_hash": 1499806583410518209, | ||
"filename": "example_05.html" | ||
}, | ||
"furniture": { | ||
"self_ref": "#/furniture", | ||
"children": [], | ||
"name": "_root_", | ||
"label": "unspecified" | ||
}, | ||
"body": { | ||
"self_ref": "#/body", | ||
"children": [ | ||
{ | ||
"$ref": "#/texts/0" | ||
} | ||
], | ||
"name": "_root_", | ||
"label": "unspecified" | ||
}, | ||
"groups": [], | ||
"texts": [ | ||
{ | ||
"self_ref": "#/texts/0", | ||
"parent": { | ||
"$ref": "#/body" | ||
}, | ||
"children": [ | ||
{ | ||
"$ref": "#/tables/0" | ||
} | ||
], | ||
"label": "title", | ||
"prov": [], | ||
"orig": "Omitted html and body tags", | ||
"text": "Omitted html and body tags" | ||
} | ||
], | ||
"pictures": [], | ||
"tables": [ | ||
{ | ||
"self_ref": "#/tables/0", | ||
"parent": { | ||
"$ref": "#/texts/0" | ||
}, | ||
"children": [], | ||
"label": "table", | ||
"prov": [], | ||
"captions": [], | ||
"references": [], | ||
"footnotes": [], | ||
"data": { | ||
"table_cells": [ | ||
{ | ||
"row_span": 1, | ||
"col_span": 1, | ||
"start_row_offset_idx": 0, | ||
"end_row_offset_idx": 1, | ||
"start_col_offset_idx": 0, | ||
"end_col_offset_idx": 1, | ||
"text": "Header 1", | ||
"column_header": false, | ||
"row_header": false, | ||
"row_section": false | ||
}, | ||
{ | ||
"row_span": 1, | ||
"col_span": 2, | ||
"start_row_offset_idx": 0, | ||
"end_row_offset_idx": 1, | ||
"start_col_offset_idx": 1, | ||
"end_col_offset_idx": 3, | ||
"text": "Header 2 & 3 (colspan)", | ||
"column_header": false, | ||
"row_header": false, | ||
"row_section": false | ||
}, | ||
{ | ||
"row_span": 2, | ||
"col_span": 1, | ||
"start_row_offset_idx": 1, | ||
"end_row_offset_idx": 3, | ||
"start_col_offset_idx": 0, | ||
"end_col_offset_idx": 1, | ||
"text": "Row 1 & 2, Col 1 (rowspan)", | ||
"column_header": false, | ||
"row_header": false, | ||
"row_section": false | ||
}, | ||
{ | ||
"row_span": 1, | ||
"col_span": 1, | ||
"start_row_offset_idx": 1, | ||
"end_row_offset_idx": 2, | ||
"start_col_offset_idx": 1, | ||
"end_col_offset_idx": 2, | ||
"text": "Row 1, Col 2", | ||
"column_header": false, | ||
"row_header": false, | ||
"row_section": false | ||
}, | ||
{ | ||
"row_span": 1, | ||
"col_span": 1, | ||
"start_row_offset_idx": 1, | ||
"end_row_offset_idx": 2, | ||
"start_col_offset_idx": 2, | ||
"end_col_offset_idx": 3, | ||
"text": "Row 1, Col 3", | ||
"column_header": false, | ||
"row_header": false, | ||
"row_section": false | ||
}, | ||
{ | ||
"row_span": 1, | ||
"col_span": 2, | ||
"start_row_offset_idx": 2, | ||
"end_row_offset_idx": 3, | ||
"start_col_offset_idx": 1, | ||
"end_col_offset_idx": 3, | ||
"text": "Row 2, Col 2 & 3 (colspan)", | ||
"column_header": false, | ||
"row_header": false, | ||
"row_section": false | ||
}, | ||
{ | ||
"row_span": 1, | ||
"col_span": 1, | ||
"start_row_offset_idx": 3, | ||
"end_row_offset_idx": 4, | ||
"start_col_offset_idx": 0, | ||
"end_col_offset_idx": 1, | ||
"text": "Row 3, Col 1", | ||
"column_header": false, | ||
"row_header": false, | ||
"row_section": false | ||
}, | ||
{ | ||
"row_span": 1, | ||
"col_span": 1, | ||
"start_row_offset_idx": 3, | ||
"end_row_offset_idx": 4, | ||
"start_col_offset_idx": 1, | ||
"end_col_offset_idx": 2, | ||
"text": "Row 3, Col 2", | ||
"column_header": false, | ||
"row_header": false, | ||
"row_section": false | ||
}, | ||
{ | ||
"row_span": 1, | ||
"col_span": 1, | ||
"start_row_offset_idx": 3, | ||
"end_row_offset_idx": 4, | ||
"start_col_offset_idx": 2, | ||
"end_col_offset_idx": 3, | ||
"text": "Row 3, Col 3", | ||
"column_header": false, | ||
"row_header": false, | ||
"row_section": false | ||
} | ||
], | ||
"num_rows": 4, | ||
"num_cols": 3, | ||
"grid": [ | ||
[ | ||
{ | ||
"row_span": 1, | ||
"col_span": 1, | ||
"start_row_offset_idx": 0, | ||
"end_row_offset_idx": 1, | ||
"start_col_offset_idx": 0, | ||
"end_col_offset_idx": 1, | ||
"text": "Header 1", | ||
"column_header": false, | ||
"row_header": false, | ||
"row_section": false | ||
}, | ||
{ | ||
"row_span": 1, | ||
"col_span": 2, | ||
"start_row_offset_idx": 0, | ||
"end_row_offset_idx": 1, | ||
"start_col_offset_idx": 1, | ||
"end_col_offset_idx": 3, | ||
"text": "Header 2 & 3 (colspan)", | ||
"column_header": false, | ||
"row_header": false, | ||
"row_section": false | ||
}, | ||
{ | ||
"row_span": 1, | ||
"col_span": 2, | ||
"start_row_offset_idx": 0, | ||
"end_row_offset_idx": 1, | ||
"start_col_offset_idx": 1, | ||
"end_col_offset_idx": 3, | ||
"text": "Header 2 & 3 (colspan)", | ||
"column_header": false, | ||
"row_header": false, | ||
"row_section": false | ||
} | ||
], | ||
[ | ||
{ | ||
"row_span": 2, | ||
"col_span": 1, | ||
"start_row_offset_idx": 1, | ||
"end_row_offset_idx": 3, | ||
"start_col_offset_idx": 0, | ||
"end_col_offset_idx": 1, | ||
"text": "Row 1 & 2, Col 1 (rowspan)", | ||
"column_header": false, | ||
"row_header": false, | ||
"row_section": false | ||
}, | ||
{ | ||
"row_span": 1, | ||
"col_span": 1, | ||
"start_row_offset_idx": 1, | ||
"end_row_offset_idx": 2, | ||
"start_col_offset_idx": 1, | ||
"end_col_offset_idx": 2, | ||
"text": "Row 1, Col 2", | ||
"column_header": false, | ||
"row_header": false, | ||
"row_section": false | ||
}, | ||
{ | ||
"row_span": 1, | ||
"col_span": 1, | ||
"start_row_offset_idx": 1, | ||
"end_row_offset_idx": 2, | ||
"start_col_offset_idx": 2, | ||
"end_col_offset_idx": 3, | ||
"text": "Row 1, Col 3", | ||
"column_header": false, | ||
"row_header": false, | ||
"row_section": false | ||
} | ||
], | ||
[ | ||
{ | ||
"row_span": 2, | ||
"col_span": 1, | ||
"start_row_offset_idx": 1, | ||
"end_row_offset_idx": 3, | ||
"start_col_offset_idx": 0, | ||
"end_col_offset_idx": 1, | ||
"text": "Row 1 & 2, Col 1 (rowspan)", | ||
"column_header": false, | ||
"row_header": false, | ||
"row_section": false | ||
}, | ||
{ | ||
"row_span": 1, | ||
"col_span": 2, | ||
"start_row_offset_idx": 2, | ||
"end_row_offset_idx": 3, | ||
"start_col_offset_idx": 1, | ||
"end_col_offset_idx": 3, | ||
"text": "Row 2, Col 2 & 3 (colspan)", | ||
"column_header": false, | ||
"row_header": false, | ||
"row_section": false | ||
}, | ||
{ | ||
"row_span": 1, | ||
"col_span": 2, | ||
"start_row_offset_idx": 2, | ||
"end_row_offset_idx": 3, | ||
"start_col_offset_idx": 1, | ||
"end_col_offset_idx": 3, | ||
"text": "Row 2, Col 2 & 3 (colspan)", | ||
"column_header": false, | ||
"row_header": false, | ||
"row_section": false | ||
} | ||
], | ||
[ | ||
{ | ||
"row_span": 1, | ||
"col_span": 1, | ||
"start_row_offset_idx": 3, | ||
"end_row_offset_idx": 4, | ||
"start_col_offset_idx": 0, | ||
"end_col_offset_idx": 1, | ||
"text": "Row 3, Col 1", | ||
"column_header": false, | ||
"row_header": false, | ||
"row_section": false | ||
}, | ||
{ | ||
"row_span": 1, | ||
"col_span": 1, | ||
"start_row_offset_idx": 3, | ||
"end_row_offset_idx": 4, | ||
"start_col_offset_idx": 1, | ||
"end_col_offset_idx": 2, | ||
"text": "Row 3, Col 2", | ||
"column_header": false, | ||
"row_header": false, | ||
"row_section": false | ||
}, | ||
{ | ||
"row_span": 1, | ||
"col_span": 1, | ||
"start_row_offset_idx": 3, | ||
"end_row_offset_idx": 4, | ||
"start_col_offset_idx": 2, | ||
"end_col_offset_idx": 3, | ||
"text": "Row 3, Col 3", | ||
"column_header": false, | ||
"row_header": false, | ||
"row_section": false | ||
} | ||
] | ||
] | ||
} | ||
} | ||
], | ||
"key_value_items": [], | ||
"pages": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Omitted html and body tags | ||
|
||
| Header 1 | Header 2 & 3 (colspan) | Header 2 & 3 (colspan) | | ||
|----------------------------|----------------------------|----------------------------| | ||
| Row 1 & 2, Col 1 (rowspan) | Row 1, Col 2 | Row 1, Col 3 | | ||
| Row 1 & 2, Col 1 (rowspan) | Row 2, Col 2 & 3 (colspan) | Row 2, Col 2 & 3 (colspan) | | ||
| Row 3, Col 1 | Row 3, Col 2 | Row 3, Col 3 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<h1>Omitted html and body tags</h1> | ||
<table> | ||
<tr> | ||
<th>Header 1</th> | ||
<th colspan="2">Header 2 & 3 (colspan)</th> | ||
</tr> | ||
<tr> | ||
<td rowspan="2">Row 1 & 2, Col 1 (rowspan)</td> | ||
<td>Row 1, Col 2</td> | ||
<td>Row 1, Col 3</td> | ||
</tr> | ||
<tr> | ||
<td colspan="2">Row 2, Col 2 & 3 (colspan)</td> | ||
</tr> | ||
<tr> | ||
<td>Row 3, Col 1</td> | ||
<td>Row 3, Col 2</td> | ||
<td>Row 3, Col 3</td> | ||
</tr> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters