|
|
1 年之前 | |
|---|---|---|
| .. | ||
| tests | 1 年之前 | |
| web_api | 1 年之前 | |
| README.md | 1 年之前 | |
| mineru-web接口文档.html | 1 年之前 | |
| poetry.lock | 1 年之前 | |
| pyproject.toml | 1 年之前 | |
MinerU
# mineru已安装则跳过此步骤
git clone https://github.com/opendatalab/MinerU.git
cd MinerU
conda create -n MinerU python=3.10
conda activate MinerU
pip install .[full] --extra-index-url https://wheels.myhloli.com
第三方软件
cd projects/web_api
pip install poetry
portey install
启动服务
cd web_api
python app.py
接口文档
在浏览器打开 mineru-web接口文档.html