mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
fix/docx_text_box_extraction
Signed-off-by: JiunAn Tsai <andrew@JiunAns-Mac-mini.local>
This commit is contained in:
parent
be3b1bd1e9
commit
744b2a06b5
@ -613,7 +613,6 @@ class MsWordDocumentBackend(DeclarativeDocumentBackend):
|
|||||||
# Mark this paragraph as processed
|
# Mark this paragraph as processed
|
||||||
processed_paragraphs.add(paragraph_id)
|
processed_paragraphs.add(paragraph_id)
|
||||||
|
|
||||||
# Process the paragraph
|
|
||||||
self._handle_text_elements(p, docx_obj, doc)
|
self._handle_text_elements(p, docx_obj, doc)
|
||||||
|
|
||||||
# Restore original parent
|
# Restore original parent
|
||||||
|
Loading…
Reference in New Issue
Block a user