File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -129,8 +129,9 @@ Examples:
129129---------------------
130130
131131The ``partition_pdf `` function segments a PDF document by using a document image analysis model.
132- If you set ``url=None ``, the document image analysis model will execute locally. If you set
133- the URL, ``partition_pdf `` will make a call to a remote inference server.
132+ If you set ``url=None ``, the document image analysis model will execute locally. You need to install ``unstructured[local-inference] ``
133+ if you'd like to run inference locally.
134+ If you set the URL, ``partition_pdf `` will make a call to a remote inference server.
134135``partition_pdf `` also includes a ``token `` function that allows you to pass in an authentication
135136token for a remote API call.
136137
You can’t perform that action at this time.
0 commit comments