Releases: Nebutra/MinerU-Skill
Releases · Nebutra/MinerU-Skill
v3.3.1
MinerU Skill v3.3.1
Installation
git clone https://github.com/Nebutra/MinerU-Skill.git ~/openclaw-skills/mineru/Quick Start
# Zero-config (no token needed)
python3 scripts/mineru.py ./pdfs/ --output ./output/ --resume
# Optional: unlock the Standard API for large files / batch / extra formats
export MINERU_TOKEN="your-token" # https://mineru.net/apiManage/tokenWhat's Changed
- build(deps): Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #2
- build(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #7
- build(deps): Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #5
- build(deps): Bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #6
New Contributors
- @dependabot[bot] made their first contribution in #2
Full Changelog: v3.3.0...v3.3.1
v3.3.0
MinerU Skill v3.3.0
Installation
git clone https://github.com/Nebutra/MinerU-Skill.git ~/openclaw-skills/mineru/Quick Start
# Zero-config (no token needed)
python3 scripts/mineru.py ./pdfs/ --output ./output/ --resume
# Optional: unlock the Standard API for large files / batch / extra formats
export MINERU_TOKEN="your-token" # https://mineru.net/apiManage/tokenFull Changelog: v3.2.0...v3.3.0
v3.2.0
MinerU Skill v3.2.0
Installation
git clone https://github.com/Nebutra/MinerU-Skill.git ~/openclaw-skills/mineru/Quick Start
# Zero-config (no token needed)
python3 scripts/mineru.py ./pdfs/ --output ./output/ --resume
# Optional: unlock the Standard API for large files / batch / extra formats
export MINERU_TOKEN="your-token" # https://mineru.net/apiManage/tokenFull Changelog: v3.1.0...v3.2.0
v3.1.0
MinerU Skill v3.1.0
Installation
git clone https://github.com/Nebutra/MinerU-Skill.git ~/openclaw-skills/mineru/Quick Start
# Zero-config (no token needed)
python3 scripts/mineru.py ./pdfs/ --output ./output/ --resume
# Optional: unlock the Standard API for large files / batch / extra formats
export MINERU_TOKEN="your-token" # https://mineru.net/apiManage/tokenFull Changelog: v3.0.0...v3.1.0
v3.0.0 — AI-Native rewrite + 15 sinks · batch fix · uv support
MinerU Skill v3.0.0
Installation
git clone https://github.com/Nebutra/MinerU-Skill.git ~/openclaw-skills/mineru/Quick Start
# Zero-config (no token needed)
python3 scripts/mineru.py ./pdfs/ --output ./output/ --resume
# Optional: unlock the Standard API for large files / batch / extra formats
export MINERU_TOKEN="your-token" # https://mineru.net/apiManage/tokenWhat's Changed
New Contributors
Full Changelog: v2.1.0...v3.0.0
v2.1.0 — Word/PPT/Image support + Language & Model params
MinerU Skill v2.1.0
Installation
git clone https://github.com/Nebutra/MinerU-Skill.git ~/openclaw-skills/mineru/Quick Start
export MINERU_TOKEN="your-token"
python3 scripts/mineru_v2.py --dir ./pdfs/ --output ./output/ --resumeFull Changelog: v2.0.0...v2.1.0
🚀 v2.0.0 - High-Performance Async Engine
✨ What's New
🚀 Async Parallel Processing
- asyncio + aiohttp - Single-threaded async, no GIL overhead
- Connection Pool - Reuse TCP connections
- Semaphore Control - Precise concurrency management
- Auto Retry - 3x with exponential backoff
📊 Performance
| Configuration | Time | Speed |
|---|---|---|
| Sequential (1 worker) | 8.5 min | 1.2 files/min |
| Parallel (5 workers) | 3.2 min | 3.1 files/min |
| Async (15 workers) | 1.8 min | 5.6 files/min |
🎯 Features
- 📄 Local files, URLs, batch directories
- 📝 Markdown + JSON + Images output
- 🔢 LaTeX formula preservation
- 📊 Table extraction
- 🔄 Auto resume support
- 📁 Direct output to Obsidian
📦 Installation
git clone https://github.com/Nebutra/MinerU-Skill.git
cd MinerU-Skill
pip install requests aiohttp
export MINERU_TOKEN="your-token-here"🚀 Quick Start
python scripts/mineru_v2.py --dir ./pdfs/ --output ./output/ --workers 10 --resumeFull Changelog: https://github.com/Nebutra/MinerU-Skill/commits/v2.0.0