Local PDF-to-EPUB converter focused on technical documents.
- PDF text parsing with paragraph reconstruction
- Table of contents mapping and anchor navigation
- Image extraction with layout-aware placement
- Formula recognition with LaTeX helper output
- Table preservation via snapshot embedding
- GUI + CLI workflows
- Windows installer build scripts
pip install -r requirements.txt
python pdf2epub.py "input.pdf" -o "output.epub"GUI:
python pdf2epub_gui.pypowershell -ExecutionPolicy Bypass -File .\build_installer.ps1Outputs:
dist/pdf2epub-gui.exedist/pdf2epub-installer.exe