Skip to content

Commit b8dce61

Browse files
authored
doc: update README with local-inference instructions
doc: update README with local-inference instructions
1 parent 558ee63 commit b8dce61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ of the features in the library.
8888
The easiest way to parse a document in unstructured is to use the `partition` brick. If you
8989
use `partition` brick, `unstructured` will detect the file type and route it to the appropriate
9090
file-specific partitioning brick.
91-
If you are using the `partition` brick, ensure you first install `libmagic` using the
91+
If you are using the `partition` brick, you may need to install additional parameters via `pip install unstructured[local-inference]`. Ensure you first install `libmagic` using the
9292
instructions outlined [here](https://unstructured-io.github.io/unstructured/installing.html#filetype-detection)
9393
`partition` will always apply the default arguments. If you need
9494
advanced features, use a document-specific brick. The `partition` brick currently works for

0 commit comments

Comments
 (0)