mineru-pdf
SafePDF & Documents
Parse PDFs locally (CPU) into Markdown/JSON using MinerU.
SKILL.md
# MinerU PDF
## Overview
Parse a PDF locally with MinerU (CPU). Default output is Markdown + JSON. Use tables/images only when requested.
## Quick start (single PDF)
```bash
# Run from the skill directory
./scripts/mineru_parse.sh /path/to/file.pdf
```
Optional examples:
```bash
./scripts/mineru_parse.sh /path/to/file.pdf --format json
./scripts/mineru_parse.sh /path/to/file.pdf --tables --images
```
## When to read references
If flags differ from your wrapper or you need advanced defaults (backend/method/device/threads/format mapping), read:
- `references/mineru-cli.md`
## Output conventions
- Output root defaults to `./mineru-output/`.
- MinerU creates the per-document subfolder under the output root (e.g., `./mineru-output/<basename>/...`).
## Batching
Default is single-PDF parsing. Only implement batch folder parsing if explicitly requested.
More in PDF & Documents
confluence
SafeSearch and manage Confluence pages and spaces using confluence-cli.
excel
SafeRead, write, edit, and format Excel files (.xlsx).
excel-weekly-dashboard
SafeDesigns refreshable Excel dashboards (Power Query + structured tables + validation + pivot.
intomd
SafeFetch and convert any documentation URL to Markdown using into.md service.