diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0daa591..e1b360a8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.13 + +* Fixes unstructured-ingest cli. + ## 0.4.12 * Adds console_entrypoint for unstructured-ingest, other structure/doc updates related to ingest. diff --git a/Ingest.md b/Ingest.md index 180a8cfe4..894896ce8 100644 --- a/Ingest.md +++ b/Ingest.md @@ -20,6 +20,8 @@ Installation note: make sure to install the following extras when installing uns pip install "unstructured[s3,local-inference]" +See the [Quick Start](https://github.com/Unstructured-IO/unstructured#eight_pointed_black_star-quick-start) which documents how to pip install `dectectron2` and other OS dependencies, necessary for the parsing of .PDF files. + # Developers' Guide ## Local testing diff --git a/unstructured/__version__.py b/unstructured/__version__.py index 2dd107513..911091788 100644 --- a/unstructured/__version__.py +++ b/unstructured/__version__.py @@ -1 +1 @@ -__version__ = "0.4.12" # pragma: no cover +__version__ = "0.4.13" # pragma: no cover diff --git a/unstructured/ingest/__init__.py b/unstructured/ingest/__init__.py new file mode 100644 index 000000000..e69de29bb