mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-16 17:53:37 +00:00
docs: Fix link for partition_pdf
in Semi_Structured_RAG.ipynb cookbook (#20763)
docs: Fix link for `partition_pdf` in Semi_Structured_RAG.ipynb cookbook - **Description:** Fix incorrect link to unstructured-io `partition_pdf` section
This commit is contained in:
parent
fa4d6f9f8b
commit
6a0d44d632
@ -75,7 +75,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"Apply to the [`LLaMA2`](https://arxiv.org/pdf/2307.09288.pdf) paper. \n",
|
"Apply to the [`LLaMA2`](https://arxiv.org/pdf/2307.09288.pdf) paper. \n",
|
||||||
"\n",
|
"\n",
|
||||||
"We use the Unstructured [`partition_pdf`](https://unstructured-io.github.io/unstructured/bricks/partition.html#partition-pdf), which segments a PDF document by using a layout model. \n",
|
"We use the Unstructured [`partition_pdf`](https://unstructured-io.github.io/unstructured/core/partition.html#partition-pdf), which segments a PDF document by using a layout model. \n",
|
||||||
"\n",
|
"\n",
|
||||||
"This layout model makes it possible to extract elements, such as tables, from pdfs. \n",
|
"This layout model makes it possible to extract elements, such as tables, from pdfs. \n",
|
||||||
"\n",
|
"\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user