Skip to content

Commit 6d1d50d

Browse files
authored
docs: update make targets (#217)
1 parent 5d0743f commit 6d1d50d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@ To install the library, run `pip install unstructured`.
6666
`pyenv virtualenv 3.8.15 unstructured` <br />
6767
`pyenv activate unstructured`
6868

69-
* Run `make install-project-local`
69+
* Run `make install`
7070

7171
* Optional:
72+
* To install models and dependencies for processing images and PDFs locally, run `make install-local-inference`.
7273
* For processing image files, `tesseract` is required. See [here](https://tesseract-ocr.github.io/tessdoc/Installation.html) for installation instructions.
7374
* For processing PDF files, `tesseract` and `poppler` are required. The [pdf2image docs](https://pdf2image.readthedocs.io/en/latest/installation.html) have instructions on installing `poppler` across various platforms.
7475

0 commit comments

Comments
 (0)