/mineru-api

MinerU API server

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

MinerU API Server

API server for MinerU.

Quick Start

git clone https://github.com/neka-nat/mineru-api.git
cd mineru-api
docker compose up
# GPU
docker compose up -f docker-compose.gpu.yml

Request parsing

Use curl.

curl -X PUT http://localhost:3000/api/parse -F "file=@/path/to/file.pdf"

Or access http://localhost:3000/docs in your browser.

Demo movie (x16)

demo16

ToDo

  • Download images
  • Use GPU
  • Utility for deploying to public cloud