Skip to content

Commit

Permalink
fix: Correcting DefaultText ID for MS Word backend (#537)
Browse files Browse the repository at this point in the history
Correcting DefaultText ID for MS Word backend

Signed-off-by: Maksym Lysak <[email protected]>
Co-authored-by: Maksym Lysak <[email protected]>
  • Loading branch information
maxmnemonic and Maksym Lysak authored Dec 6, 2024
1 parent 3e073df commit eb7ffcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docling/backend/msword_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def handle_text_elements(self, element, docx_obj, doc):
"Normal",
"Subtitle",
"Author",
"Default Text",
"DefaultText",
"ListParagraph",
"ListBullet",
"Quote",
Expand Down

0 comments on commit eb7ffcd

Please sign in to comment.