Skip to content

Commit 83f0454

Browse files
authored
fix: Adds missing __init__.py (#259)
1 parent 80c0fab commit 83f0454

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.13
2+
3+
* Fixes unstructured-ingest cli.
4+
15
## 0.4.12
26

37
* Adds console_entrypoint for unstructured-ingest, other structure/doc updates related to ingest.

Diff for: Ingest.md

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Installation note: make sure to install the following extras when installing uns
2020

2121
pip install "unstructured[s3,local-inference]"
2222

23+
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.
24+
2325
# Developers' Guide
2426

2527
## Local testing

Diff for: unstructured/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.12" # pragma: no cover
1+
__version__ = "0.4.13" # pragma: no cover

Diff for: unstructured/ingest/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)