docs: add Colab notebook line in README (#66)

This commit is contained in:
Yuming Long 2022-11-14 14:45:22 -05:00 committed by GitHub
parent 9906dd23a1
commit 83e7f9d347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,8 @@ To install the library, run `pip install unstructured`.
## Quick Tour
You can run this [Colab notebook](https://colab.research.google.com/drive/1RnXEiSTUaru8vZSGbh1U2T2P9aUa5tQD#scrollTo=E_WN7p3JGcLJ) to run the examples below.
The following examples show how to get started with the `unstructured` library. See
our [documentation page](https://unstructured-io.github.io/unstructured) for a full description
of the features in the library.