mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-09-19 01:28:13 +08:00
feat: mineru_web
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
## 安装
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
接口文档
|
||||
```
|
||||
在浏览器打开 mineru-web接口文档.html
|
||||
```
|
||||
Reference in New Issue
Block a user