You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
527 B
Markdown
24 lines
527 B
Markdown
4 weeks ago
|
## 安装
|
||
|
|
||
|
MinerU(>=0.8.0)
|
||
|
>如已有正常运行的MinerU环境则可以跳过此步骤
|
||
|
>
|
||
|
[在CPU环境部署](https://github.com/opendatalab/MinerU/blob/master/README_zh-CN.md#%E4%BD%BF%E7%94%A8cpu%E5%BF%AB%E9%80%9F%E4%BD%93%E9%AA%8C)
|
||
|
|
||
|
[在GPU环境部署](https://github.com/opendatalab/MinerU/blob/master/README_zh-CN.md#%E4%BD%BF%E7%94%A8gpu)
|
||
|
|
||
|
第三方软件
|
||
|
|
||
|
```bash
|
||
|
pip install gradio gradio-pdf
|
||
|
```
|
||
|
|
||
|
## 启动gradio应用
|
||
|
|
||
|
```bash
|
||
|
python app.py
|
||
|
```
|
||
|
|
||
|
## 使用gradio应用
|
||
|
|
||
|
在浏览器中访问 http://127.0.0.1:7860
|