PDF to LaTeX
Convert PDF documents to LaTeX format using MinerU. Best suited for academic papers and documents with formulas or complex layouts.
Install
npm install -g mineru-open-api
go install github.com/opendatalab/MinerU-Ecosystem/cli/mineru-open-api@latest
Quick Start
mineru-open-api extract paper.pdf -f latex -o ./out/
mineru-open-api extract paper.pdf -f latex --model vlm -o ./out/
mineru-open-api extract https://arxiv.org/pdf/2309.10918 -f latex -o ./out/
Authentication
Token required:
mineru-open-api auth
export MINERU_TOKEN="your-token"
Create token at: https://mineru.net/apiManage/token
Capabilities
- Supported input: .pdf (local file or URL)
- Output format: LaTeX (
-f latex) - LaTeX output requires
extractwith token - Use
--model vlmfor papers with complex math, tables, or multi-column layouts - Language hint with
--language(default:ch, useenfor English)
Notes
- LaTeX output is only available via
extractwith token --model vlmgives higher accuracy; usepipelinefor guaranteed fidelity- Output goes to stdout by default; use
-o <dir>to save to a file - MinerU is open-source by OpenDataLab (Shanghai AI Lab): https://github.com/opendatalab/MinerU