mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
fix(html): fix HTML parsed heading level (#1244)
Signed-off-by: Panos Vagenas <pva@zurich.ibm.com>
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
"prov": [],
|
||||
"orig": "Introduction",
|
||||
"text": "Introduction",
|
||||
"level": 2
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/2",
|
||||
@@ -168,7 +168,7 @@
|
||||
"prov": [],
|
||||
"orig": "Background",
|
||||
"text": "Background",
|
||||
"level": 2
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/4",
|
||||
@@ -317,7 +317,7 @@
|
||||
"prov": [],
|
||||
"orig": "Data Table",
|
||||
"text": "Data Table",
|
||||
"level": 2
|
||||
"level": 1
|
||||
}
|
||||
],
|
||||
"pictures": [],
|
||||
|
||||
Reference in New Issue
Block a user