You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ of the features in the library.
88
88
The easiest way to parse a document in unstructured is to use the `partition` brick. If you
89
89
use `partition` brick, `unstructured` will detect the file type and route it to the appropriate
90
90
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
0 commit comments