mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-06-27 02:30:08 +00:00

* add environment.yml * instructions on how to install base package and detectron2 * added instructions on paddleocr * remove covers * install -> to install * specified the shell * updated example snippets * update environment.yml * updated the repo reference * no more ands!
18 lines
223 B
YAML
18 lines
223 B
YAML
name: unstructured
|
|
|
|
channels:
|
|
- defaults
|
|
- anaconda
|
|
- conda-forge
|
|
- pytorch
|
|
|
|
dependencies:
|
|
- python=3.8
|
|
- pytorch=1.12.1
|
|
- pywin32
|
|
- poppler
|
|
- torchvision
|
|
- pip:
|
|
- huggingface-hub
|
|
- layoutparser
|