mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
fix: Fixes for wordx (#432)
* fixes for referencing drawing blip in wordx Signed-off-by: Maksym Lysak <mly@zurich.ibm.com> * Added safety try-except when trying to load pillow image from a docx blob. Added explicit dependency on lxml. Signed-off-by: Maksym Lysak <mly@zurich.ibm.com> * Added test for word file with embedded emf images, re-generated full tests for docx, eased up dependency on lxml Signed-off-by: Maksym Lysak <mly@zurich.ibm.com> * Updated lxml dependency version Signed-off-by: Maksym Lysak <mly@zurich.ibm.com> --------- Signed-off-by: Maksym Lysak <mly@zurich.ibm.com> Co-authored-by: Maksym Lysak <mly@zurich.ibm.com>
This commit is contained in:
11
tests/data/groundtruth/docling_v2/tablecell.docx.md
Normal file
11
tests/data/groundtruth/docling_v2/tablecell.docx.md
Normal file
@@ -0,0 +1,11 @@
|
||||
- Hello world1
|
||||
- Hello2
|
||||
|
||||
Some text before
|
||||
|
||||
| Tab1 | Tab2 | Tab3 |
|
||||
|--------|--------|--------|
|
||||
| A | B | C |
|
||||
| D | E | F |
|
||||
|
||||
Some text after
|
||||
Reference in New Issue
Block a user