Convert technical books (native-text PDFs) into clean, chapter-split, LLM-ready Markdown using a dual-pass MinerU pipeline plus fidelity-preserving post-processing.
Project description
pdf2wiki
Convert heavily technical books (native-text PDFs) into clean, chapter-split, LLM-ready Markdown — code byte-perfect, tables intact, diagrams transcribed to Mermaid — suitable for an Obsidian vault or any Markdown-native knowledge base.
Built on MinerU with a dual-pass strategy: a pipeline pass
(-m txt) takes byte-perfect code and text from the PDF's embedded text layer, a hybrid/VLM pass
(--effort high) reconstructs table grids and transcribes diagrams to Mermaid, and a base-driven merge
grafts the good parts together — token-verifying code so a hallucinating VLM never corrupts a listing.
A six-step post-processing chain then cleans and splits the result into per-chapter files.
Why two backends instead of one: why a dual-backend pipeline.
Requirements
- Linux (native or WSL2) with an NVIDIA GPU, ≥ 8 GB VRAM, CUDA driver installed
- Python ≥ 3.11
- MinerU ≥ 3.4 on
PATH - A C compiler for vLLM's Triton JIT:
sudo apt install build-essential python3-dev
Only the conversion needs the GPU — phase5, qa, and scan run anywhere Python runs.
Install
uv tool install pdf2wiki # or: pip install pdf2wiki
Full steps: install pdf2wiki.
Quickstart
# 1. convert one book -> out/my-book/my-book.md + images/ + blocks.json
pdf2wiki convert book.pdf --name my-book
# 2. preview the cleanup + chapter split (dry-run)
pdf2wiki phase5 out/my-book/my-book.md --book my-book
# 3. apply it -> out/my-book/chapters/00-front-matter.md, 01-….md, …
pdf2wiki phase5 out/my-book/my-book.md --book my-book --source-name book.pdf --apply
New here? Follow the guided tutorial: convert your first book.
Documentation
Full docs live in docs/, organized by intent (Diátaxis):
- Tutorials — convert your first book
- How-to — convert · post-process & split · batch · QA · remote GPU · troubleshoot
- Reference — CLI · configuration · pipeline stages · phase 5 steps · output layout
- Explanation — why dual-backend · how the merge works · design principles
- Architecture — overview with C4 diagrams
Status
Alpha. All stages are functional; the converter was ported from a production deployment validated on several full technical books, and the coverage gate hard-stops rather than silently dropping content. Remote mode is experimental — no full public end-to-end run yet; prefer local mode.
License
AGPL-3.0-or-later. This tool drives the MinerU CLI (AGPL-3.0) as an external process.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pdf2wiki-0.1.0.tar.gz.
File metadata
- Download URL: pdf2wiki-0.1.0.tar.gz
- Upload date:
- Size: 67.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
701cadabf42452817374b557b1ea6ce123f9f060b1da593effb34471b11695b6
|
|
| MD5 |
04c787164701be06347ce9144a3e1d65
|
|
| BLAKE2b-256 |
41a6d3be5ba4869a31c991b6322b0fb3dee33bda5f50926a01ae81dedbb39294
|
File details
Details for the file pdf2wiki-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pdf2wiki-0.1.0-py3-none-any.whl
- Upload date:
- Size: 51.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09a3bb531cd1e1088e3fe2199eadf28414d2a475b2823634898a4acaf52906d3
|
|
| MD5 |
29312860c624412da56430129d90a82f
|
|
| BLAKE2b-256 |
f04f0962265a0a546ca3603775dd32f483be9129f70198502f40ae189234d63f
|