mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-07 22:11:51 +00:00
docs: add quotes to unstructured[local-inference]
install instructions (#1208)
### Summary Corrects the install instruction for local inference to `pip install "unstructured[local-inference]"`
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# # Install package\n",
|
||||
"!pip install unstructured[local-inference]\n",
|
||||
"!pip install \"unstructured[local-inference]\"\n",
|
||||
"!pip install \"detectron2@git+https://github.com/facebookresearch/detectron2.git@v0.6#egg=detectron2\"\n",
|
||||
"!pip install layoutparser[layoutmodels,tesseract]"
|
||||
]
|
||||
@@ -166,7 +166,7 @@
|
||||
"Processing PDF documents works exactly the same way. Unstructured detects the file type and extracts the same types of `elements`. "
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 1,
|
||||
@@ -221,7 +221,7 @@
|
||||
"source": [
|
||||
"docs[:5]"
|
||||
]
|
||||
},
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
|
Reference in New Issue
Block a user