README.md 497 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## 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