feat: mineru_web

This commit is contained in:
houlinfeng
2024-09-05 15:02:39 +08:00
parent aac9109414
commit 0fc2c291f0
31 changed files with 2168 additions and 0 deletions
+27
View File
@@ -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
```