Go to file
Askill 69c34a5bbf sorting based on last modification instead of creation, as creation is identical with my scanner 2024-01-30 21:31:29 +01:00
.gitignore I couldn't leave it quite that ugly 2024-01-29 19:41:39 +01:00
README.md init 2024-01-29 19:40:19 +01:00
combine.py sorting based on last modification instead of creation, as creation is identical with my scanner 2024-01-30 21:31:29 +01:00
requirements.txt I couldn't leave it quite that ugly 2024-01-29 19:41:39 +01:00

README.md

scan to pdf

read files from "front" and "back" dirs, assume that the stack of appaers has simply been moved to the scan bed again without shuffeling and merge the files into a pdf.

Quick and dirty, using img2pdf and pdftk.

Do not use outside of trusted environment.

Requirements

  • pdftk
  • img2pdf

Run

python -m virtualenv venv
# venv/scripts/Activate.ps1
# source venv/bin/activate
pip install -r requirements.txt

python combine.py