Convert PDF files to HTML using MinerU.
npm install -g mineru-open-api
# or via Go (macOS/Linux):
go install github.com/opendatalab/MinerU-Ecosystem/cli/mineru-open-api@latest
# Convert PDF to HTML (requires token)
mineru-open-api extract report.pdf -f html -o ./out/
# From URL
mineru-open-api extract https://example.com/report.pdf -f html -o ./out/
# With language hint
mineru-open-api extract report.pdf -f html --language en -o ./out/
Token required:
mineru-open-api auth # Interactive token setup
export MINERU_TOKEN="your-token" # Or via environment variable
Create token at: https://mineru.net/apiManage/token
-f html)extract with token — not available in flash-extract--language (default: ch, use en for English)--pages (e.g. 1-10)-f html) is only available via extract with token-o to save to a file共 1 个版本