Loading...
Loading...
Parse PDF into Markdown/JSON/DOCX using MinerU API. Extract text, tables, formulas with OCR support. Use when converting PDF documents, extracting content from scanned papers, or batch processing PDF files.
npx skill4agent add nebutra/mineru-skill mineru# Set API token
export MINERU_TOKEN="your-jwt-token"
# Parse single PDF
python mineru_api.py --file ./document.pdf --output ./output/export MINERU_TOKEN="your-token-here"