
PSD generation from scanned Document
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This repository includes the code that generate PSD from scanned document.
- pip
- Clone the repo
git clone https://github.com/rockstarcoder333/Image2PSD.git
- Create venv and activate
python -m venv venv venv\Scripts\activate
- Install packages
cd Image2PSD pip install -r requirements.txt
- Generate PSD based on absolute position and font
python drawPhotoshop_absolute.py
- Generate PSD based on original position and font
python drawPhotoshop_origin.py
For more examples, please refer to the Documentation
- Add Changelog
- Add back to top links
See the open issues for a full list of proposed features (and known issues).
Project Link: https://github.com/rockstarcoder333/Image2PSD