-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixes for referencing drawing blip in wordx Signed-off-by: Maksym Lysak <[email protected]> * Added safety try-except when trying to load pillow image from a docx blob. Added explicit dependency on lxml. Signed-off-by: Maksym Lysak <[email protected]> * 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 <[email protected]> * Updated lxml dependency version Signed-off-by: Maksym Lysak <[email protected]> --------- Signed-off-by: Maksym Lysak <[email protected]> Co-authored-by: Maksym Lysak <[email protected]>
- Loading branch information
1 parent
d7072b4
commit d0a1180
Showing
13 changed files
with
1,296 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
item-0 at level 0: unspecified: group _root_ | ||
item-1 at level 1: list: group list | ||
item-2 at level 2: list_item: Hello world1 | ||
item-3 at level 2: list_item: Hello2 | ||
item-4 at level 1: paragraph: | ||
item-5 at level 1: paragraph: Some text before | ||
item-6 at level 1: table with [3x3] | ||
item-7 at level 1: paragraph: | ||
item-8 at level 1: paragraph: | ||
item-9 at level 1: paragraph: Some text after |
Oops, something went wrong.