mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-11-01 18:43:04 +00:00
fix: Adds missing __init__.py (#259)
This commit is contained in:
parent
80c0fab215
commit
83f04545df
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1 +1 @@
|
||||
__version__ = "0.4.12" # pragma: no cover
|
||||
__version__ = "0.4.13" # pragma: no cover
|
||||
|
||||
0
unstructured/ingest/__init__.py
Normal file
0
unstructured/ingest/__init__.py
Normal file
Loading…
x
Reference in New Issue
Block a user