Velcorn / Magazine2PDF

A simple script to convert scanned magazine pages to PDF files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites:

  • Python installation (see Link)
  • Pip installation (should come with the latest Python version, otherwise, see Link)

Initial Setup:

  • Run pip install -r requirements.txt
  • Modify input_path in main.py to set the path where your magazines are stored Structure: ...input_path/magazine folders/images NOTE: root folder of input_path has to exist!

Convert images to PDFs

  • Simply open a CMD, Powershell or Terminal in the root folder of the project and execute the desired script using python A3.py, for example.

About

A simple script to convert scanned magazine pages to PDF files

License:GNU General Public License v3.0


Languages

Language:Python 100.0%