mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-02 15:32:30 +00:00
remove print
This commit is contained in:
parent
0349aebb52
commit
784eafbed5
@ -247,7 +247,6 @@ class MsWordDocumentBackend(DeclarativeDocumentBackend):
|
|||||||
if paragraph.text is None:
|
if paragraph.text is None:
|
||||||
return
|
return
|
||||||
text = text.strip()
|
text = text.strip()
|
||||||
print(text)
|
|
||||||
|
|
||||||
# Common styles for bullet and numbered lists.
|
# Common styles for bullet and numbered lists.
|
||||||
# "List Bullet", "List Number", "List Paragraph"
|
# "List Bullet", "List Number", "List Paragraph"
|
||||||
|
Loading…
Reference in New Issue
Block a user