mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-31 14:34:40 +00:00
fixed the examples (1)
Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
parent
ca492ef6ca
commit
99cbb2fc96
@ -20,10 +20,10 @@ _log = logging.getLogger(__name__)
|
|||||||
def main():
|
def main():
|
||||||
input_paths = [
|
input_paths = [
|
||||||
Path("README.md"),
|
Path("README.md"),
|
||||||
Path("tests/data/wiki_duck.html"),
|
Path("tests/data/html/wiki_duck.html"),
|
||||||
Path("tests/data/word_sample.docx"),
|
Path("tests/data/docx/word_sample.docx"),
|
||||||
Path("tests/data/lorem_ipsum.docx"),
|
Path("tests/data/docx/lorem_ipsum.docx"),
|
||||||
Path("tests/data/powerpoint_sample.pptx"),
|
Path("tests/data/pptx/powerpoint_sample.pptx"),
|
||||||
Path("tests/data/2305.03393v1-pg9-img.png"),
|
Path("tests/data/2305.03393v1-pg9-img.png"),
|
||||||
Path("tests/data/2206.01062.pdf"),
|
Path("tests/data/2206.01062.pdf"),
|
||||||
Path("tests/data/test_01.asciidoc"),
|
Path("tests/data/test_01.asciidoc"),
|
||||||
|
Loading…
Reference in New Issue
Block a user