README.md 458 Bytes
Newer Older
houlinfeng's avatar
houlinfeng committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## 安装

MinerU

```bash
# 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
```

第三方软件

```bash
cd projects/web_api
pip install poetry
portey install
```

houlinfeng's avatar
houlinfeng committed
24
25
26
27
28
29
30
启动服务

```bash
cd web_api
python app.py
```

houlinfeng's avatar
houlinfeng committed
31
32
33
34
接口文档
```
在浏览器打开 mineru-web接口文档.html
```