Metadata-Version: 2.4
Name: mineru-open-api
Version: 0.2.2
Summary: CLI tool for extracting content from documents (PDF, images, DOCX, PPTX, Excel) via MinerU API
Project-URL: Homepage, https://mineru.net
Project-URL: Source, https://github.com/opendatalab/MinerU-Ecosystem
License: Apache-2.0
Keywords: document,extraction,markdown,mineru,ocr,pdf
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# mineru-open-api

CLI tool for extracting content from documents via [MinerU](https://mineru.net).

## Install

```bash
pip install mineru-open-api
# or
uv add mineru-open-api
```

## Usage

```bash
# Extract PDF to Markdown (no API key required)
mineru-open-api flash-extract report.pdf

# Extract from URL
mineru-open-api flash-extract https://example.com/paper.pdf

# Save to file
mineru-open-api flash-extract report.pdf -o ./output/
```

See [MinerU Ecosystem](https://github.com/opendatalab/MinerU-Ecosystem) for full documentation.
