linfeng 0a8c7b3513 fix: web_api (#580) 1 year ago
..
tests f07c267355 feat: mineru_web (#555) 1 year ago
web_api 0a8c7b3513 fix: web_api (#580) 1 year ago
README.md 0a8c7b3513 fix: web_api (#580) 1 year ago
mineru-web接口文档.html 0a8c7b3513 fix: web_api (#580) 1 year ago
poetry.lock f07c267355 feat: mineru_web (#555) 1 year ago
pyproject.toml f07c267355 feat: mineru_web (#555) 1 year ago

README.md

安装

MinerU

# 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

第三方软件

cd projects/web_api
pip install poetry
portey install

启动服务

cd web_api
python app.py

接口文档

在浏览器打开 mineru-web接口文档.html