docs: unstructured no longer requires installing detectron2 from source (#5524)

# Update Unstructured docs to remove the `detectron2` install
instructions

Removes `detectron2` installation instructions from the Unstructured
docs because installing `detectron2` is no longer required for
`unstructured>=0.7.0`. The `detectron2` model now runs using the ONNX
runtime.

## Who can review?

@hwchase17 
@eyurtsev
This commit is contained in:
Matt Robinson
2023-05-31 18:03:21 -04:00
committed by GitHub
parent d765d77e9b
commit 4c8aad0d1b
2 changed files with 1 additions and 9 deletions

View File

@@ -19,7 +19,6 @@
"source": [
"# # Install package\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]"
]
},