diff --git a/docs/source/connectors.rst b/docs/source/connectors.rst index 915b2ea6d..f4fe0cbe6 100644 --- a/docs/source/connectors.rst +++ b/docs/source/connectors.rst @@ -1,6 +1,6 @@ Connectors ========== -Connect your preprocessing pipeline with your favorite data storage platforms, and batch process all your documents using the provided CLI to store structured outputs locally on your filesystem. +Connect your preprocessing pipeline with your favorite data storage platforms, and batch process all your documents using the provided CLI to store structured outputs locally on your filesystem. You can then use any connector with the ``unstructured-ingest`` command in the terminal. For example, the following command processes all the documents in S3 in the utic-dev-tech-fixtures bucket with a prefix of small-pdf-set/ @@ -87,6 +87,13 @@ To install all dependencies for this connector run: ``pip install unstructured[g You can batch load your unstructured files in a local directory for preprocessing using the `Local Connector `_. You can find an example of how to use it `here `_. +``OneDrive Connector`` +--------------------- +You can batch process documents stored in Microsoft OneDrive with the `OneDrive Connector `_. You can find an example of how to use it `here `_. + +To install all dependencies for this connector run: ``pip install unstructured[onedrive]`` + + ``Reddit Connector`` --------------------- You can use the `Reddit Connector `_ to preprocess a Reddit thread. You can find an example of how to use it `here `_.