mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-30 14:04:27 +00:00
removed print
Signed-off-by: Maksym Lysak <mly@zurich.ibm.com>
This commit is contained in:
parent
97999ebb43
commit
162643c7f7
@ -147,7 +147,6 @@ class MarkdownDocumentBackend(DeclarativeDocumentBackend):
|
|||||||
snippet_text = (
|
snippet_text = (
|
||||||
element.children[0].children[0].children[0].children.strip()
|
element.children[0].children[0].children[0].children.strip()
|
||||||
)
|
)
|
||||||
print("snippet_text: {}".format(snippet_text))
|
|
||||||
|
|
||||||
if len(snippet_text) > 0:
|
if len(snippet_text) > 0:
|
||||||
parent_element = doc.add_text(
|
parent_element = doc.add_text(
|
||||||
|
Loading…
Reference in New Issue
Block a user