README.md 526 Bytes
Newer Older
1
# Welcome to the MinerU Project List
2

3
## Project List
4

5
- Projects compatible with version 2.0:
6
  - [gradio_app](./gradio_app/README.md): Web application based on Gradio
yuanzhou's avatar
yuanzhou committed
7
  - [multi_gpu_v2](./multi_gpu_v2/README.md): Multi-GPU parallel processing based on LitServe
8
9
10
11

- Projects not yet compatible with version 2.0:
  - [web_api](./web_api/README.md): Web API based on FastAPI
  - [multi_gpu](./multi_gpu/README.md): Multi-GPU parallel processing based on LitServe
12
  - [mcp](./mcp/README.md): MCP server based on the official API