# mineru-api **Repository Path**: tang_le_lin/mineru-api ## Basic Information - **Project Name**: mineru-api - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-01 - **Last Updated**: 2025-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MinerU API Server API server for [MinerU](https://github.com/opendatalab/MinerU). ## Quick Start ```bash 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. ```bash 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](demo16.gif) ## ToDo - [ ] Download images - [x] Use GPU - [ ] Utility for deploying to public cloud