From interpretive-orchestration-cowork
This skill should be used when users need to convert PDFs (especially with tables or figures), mentions 'convert', 'PDF', 'document processing', has complex academic papers to import, or asks about document conversion options.
npx claudepluginhub linxule/interpretive-orchestration --plugin interpretive-orchestration-coworkThis skill uses the workspace's default tool permissions.
Robust PDF and document conversion with intelligent tool selection. Chooses the best available conversion method based on document complexity and MCP availability.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Robust PDF and document conversion with intelligent tool selection. Chooses the best available conversion method based on document complexity and MCP availability.
Use this skill when:
| Feature | MinerU (Optional) | Manual Conversion |
|---|---|---|
| API Key Required | Yes (MINERU_API_KEY) | No |
| PDF Accuracy | 90%+ (VLM mode) | Varies |
| Table Extraction | Excellent | Manual cleanup |
| Figure Handling | Extracts + describes | Manual description |
| Formula Recognition | Yes | Limited |
| Multi-column | Excellent | Manual formatting |
| Cost | Pay per page | Free |
Is the document a PDF with tables/figures?
├── Yes, complex tables
│ └── MinerU available?
│ ├── Yes → Use MinerU (vlm mode)
│ └── No → Manual conversion + review
├── Yes, simple formatting
│ └── Manual conversion or external tool
└── No, other format
└── Is it audio?
├── Yes → External transcription service
└── No → Manual conversion
Use mineru_parse to convert this academic paper:
- URL: https://example.com/paper.pdf
- Model: vlm (for 90% accuracy)
- Enable: formula, table recognition
For simple PDFs without MinerU:
1. Use Adobe Acrobat to export to Word/text
2. Or open in Google Docs for auto-OCR
3. Review and clean up formatting
For multiple PDFs:
1. Check which have complex tables (use MinerU if available)
2. Process simple ones with manual conversion
3. Queue complex ones for MinerU batch if API key available
Parse only specific pages:
mineru_parse({
url: "https://...",
pages: "1-10,15,20-25"
})
Process multiple documents:
mineru_batch({
urls: ["url1", "url2", "url3"],
model: "vlm"
})
After conversion, verify:
If MinerU unavailable:
For audio files, use external services: