24 lines
497 B
Markdown
24 lines
497 B
Markdown
1 month ago
|
## Installation
|
||
|
|
||
|
MinerU(>=0.8.0)
|
||
|
> If you already have a functioning MinerU environment, you can skip this step.
|
||
|
>
|
||
|
[Deploy in CPU environment](https://github.com/opendatalab/MinerU?tab=readme-ov-file#quick-cpu-demo)
|
||
|
|
||
|
[Deploy in GPU environment](https://github.com/opendatalab/MinerU?tab=readme-ov-file#using-gpu)
|
||
|
|
||
|
Third-party Software
|
||
|
|
||
|
```bash
|
||
|
pip install gradio gradio-pdf
|
||
|
```
|
||
|
|
||
|
## Start Gradio App
|
||
|
|
||
|
```bash
|
||
|
python app.py
|
||
|
```
|
||
|
|
||
|
## Use Gradio App
|
||
|
|
||
|
Access http://127.0.0.1:7860 in your web browser
|