We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9aefc commit d0c6d50Copy full SHA for d0c6d50
docs/source/bricks.rst
@@ -129,8 +129,9 @@ Examples:
129
---------------------
130
131
The ``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.
+If you set ``url=None``, the document image analysis model will execute locally. You need to install ``unstructured[local-inference]``
+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.
135
``partition_pdf`` also includes a ``token`` function that allows you to pass in an authentication
136
token for a remote API call.
137
0 commit comments