mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-29 21:44:32 +00:00
fixed the tests
Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
parent
6163409305
commit
ef2529e50d
@ -11,10 +11,10 @@ from docling.document_converter import DocumentConverter, PdfFormatOption
|
||||
@pytest.fixture
|
||||
def test_doc_paths():
|
||||
return [
|
||||
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/html/wiki_duck.html"),
|
||||
Path("tests/data/docx/word_sample.docx"),
|
||||
Path("tests/data/docx/lorem_ipsum.docx"),
|
||||
Path("tests/data/pptx/powerpoint_sample.pptx"),
|
||||
Path("tests/data/2305.03393v1-pg9-img.png"),
|
||||
Path("tests/data/2206.01062.pdf"),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user