Back to projects
experimental v0.3.1

Digi2PDF

Owned Digi4School ebooks to clean searchable PDFs.

A document capture and OCR workflow for turning difficult browser-based ebook exports into clean PDFs with explicit user confirmation.

Digi2PDF terminal workflow
Problem

Some school ebook workflows are awkward when you want searchable notes or offline study material for books you already have access to.

What I built

I built a browser capture and OCR pipeline with explicit private-use confirmation, delay controls, and PDF cleanup.

Result

The output is easier to search and archive while the tool keeps the user in control.

Audience

For students who own Digi4School books and need a cleaner private-study PDF workflow.

Source and releases

source without GitHub CLI git clone https://github.com/jx-grxf/Digi2PDF.git && cd Digi2PDF
source with GitHub CLI gh repo clone jx-grxf/Digi2PDF && cd Digi2PDF
latest release open https://github.com/jx-grxf/Digi2PDF/releases/tag/v0.3.1
download stable macos with GitHub CLI gh release download v0.3.1 -R jx-grxf/Digi2PDF -p 'Digi2PDF-v0.3.1-macos-arm64.dmg'
download stable windows with GitHub CLI gh release download v0.3.1 -R jx-grxf/Digi2PDF -p 'digi2pdf-v0.3.1-windows-x64.exe'

Highlights

  • Offers ready-to-download macOS DMG and Windows EXE release assets.
  • Runs multi-book exports with recommended parallel Chrome sessions when a saved login is available.
  • Makes private-use confirmation explicit before export.
  • Keeps OCR, delay, and failure recovery controls visible in the terminal flow.