Added mspowerpoint backend first implementation, improvements on msword backend

Signed-off-by: Maxim Lysak <mly@zurich.ibm.com>
This commit is contained in:
Maxim Lysak
2024-10-07 14:55:21 +02:00
parent 1346843301
commit bea9fc22af
5 changed files with 506 additions and 225 deletions

View File

@@ -16,7 +16,7 @@ input_paths = [
# Path("tests/data/wiki_duck.html"),
Path("tests/data/word_sample.docx"),
Path("tests/data/lorem_ipsum.docx"),
# Path("tests/data/powerpoint_sample.pptx"),
Path("tests/data/powerpoint_sample.pptx"),
# Path("tests/data/2206.01062.pdf"),
]
input = DocumentConversionInput.from_paths(input_paths)