From 5bcb6ebe342614b1df666fdafe33e3f0e2fcdb30 Mon Sep 17 00:00:00 2001 From: Shaofeng Shi Date: Thu, 10 Oct 2024 14:49:21 +0800 Subject: [PATCH] #3713 fix the wrong file path in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9389b9cc8..497e29d5b5 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Once in the running container, you can try things directly in Python interpreter python3 >>> from unstructured.partition.pdf import partition_pdf ->>> elements = partition_pdf(filename="example-docs/layout-parser-paper-fast.pdf") +>>> elements = partition_pdf(filename="example-docs/pdf/layout-parser-paper-fast.pdf") >>> from unstructured.partition.text import partition_text >>> elements = partition_text(filename="example-docs/fake-text.txt") @@ -198,7 +198,7 @@ See our [installation guide](https://docs.unstructured.io/open-source/installat ```python from unstructured.partition.auto import partition -elements = partition("example-docs/layout-parser-paper.pdf") +elements = partition("example-docs/pdf/layout-parser-paper.pdf") ``` Run `print("\n\n".join([str(el) for el in elements]))` to get a string representation of the