diff --git a/docs/docs/integrations/providers/unstructured.mdx b/docs/docs/integrations/providers/unstructured.mdx index 312a28d6f68..8425ff1faa2 100644 --- a/docs/docs/integrations/providers/unstructured.mdx +++ b/docs/docs/integrations/providers/unstructured.mdx @@ -22,7 +22,7 @@ dependencies running. - To run everything locally, install the open-source python package with `pip install unstructured` along with `pip install langchain-community` and use the same `UnstructuredLoader` as mentioned above. - - You can install document specific dependencies with extras, e.g. `pip install "unstructured[docx]"`. + - You can install document specific dependencies with extras, e.g. `pip install "unstructured[docx]"`. Learn more about extras [here](https://docs.unstructured.io/open-source/installation/full-installation). - To install the dependencies for all document types, use `pip install "unstructured[all-docs]"`. - Install the following system dependencies if they are not already available on your system with e.g. `brew install` for Mac. Depending on what document types you're parsing, you may not need all of these.