mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-11-09 23:17:21 +00:00
doc: update README with local-inference instructions
doc: update README with local-inference instructions
This commit is contained in:
parent
558ee63e90
commit
b8dce6109b
@ -88,7 +88,7 @@ of the features in the library.
|
|||||||
The easiest way to parse a document in unstructured is to use the `partition` brick. If you
|
The easiest way to parse a document in unstructured is to use the `partition` brick. If you
|
||||||
use `partition` brick, `unstructured` will detect the file type and route it to the appropriate
|
use `partition` brick, `unstructured` will detect the file type and route it to the appropriate
|
||||||
file-specific partitioning brick.
|
file-specific partitioning brick.
|
||||||
If you are using the `partition` brick, ensure you first install `libmagic` using the
|
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
|
||||||
instructions outlined [here](https://unstructured-io.github.io/unstructured/installing.html#filetype-detection)
|
instructions outlined [here](https://unstructured-io.github.io/unstructured/installing.html#filetype-detection)
|
||||||
`partition` will always apply the default arguments. If you need
|
`partition` will always apply the default arguments. If you need
|
||||||
advanced features, use a document-specific brick. The `partition` brick currently works for
|
advanced features, use a document-specific brick. The `partition` brick currently works for
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user