We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug was make by #1538 @AndrewTsai0406
Input (in a textbox in docx):
abcd abc abcd <-- valid duplicate qqq aaa
Output currently:
abcd abc qqq aaa
line which valid duplicate is missing
test-textbox.docx
converter = DocumentConverter() doc = converter.convert("test-textbox.docx").document original_markdown_text = doc.export_to_markdown()
2.34.0 ...
3.13.3
The text was updated successfully, but these errors were encountered:
I commented out this line to fix the issue I encountered. Although this approach creates quite a few blank lines :
docling/docling/backend/msword_backend.py
Line 684 in 51d3450
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Bug
Bug was make by #1538 @AndrewTsai0406
Input (in a textbox in docx):
Output currently:
line which valid duplicate is missing
Steps to reproduce
test-textbox.docx
Docling version
2.34.0
...
Python version
3.13.3
The text was updated successfully, but these errors were encountered: