Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neka-nat/mineru-api

Parse PDF API server
https://github.com/neka-nat/mineru-api

docx markdown pdf xlsx

Last synced: 21 days ago
JSON representation

Parse PDF API server

Awesome Lists containing this project

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