This a lightweight tool for making documents on the fly 🏃 from camera images. So this uses OpenCV and Django in tandom also pillow is used to make the pdf.
1)To PDF
2)Image Sharpen 🔎
3)Document like look 📃
4)Multipagepdf
5)Cropping ✂️
6)Test your Crop 🌽
Capture image from camera
To give the corners for the crop
This gives you the ability to test your crop and which area is selected.
This is the Final result of the image.
You can add more images if you like to the document.
This is the Downloading of your PDF...... Wait
💥 Voila ! you have your PDF ready
Clone the repo
git clone "git-URL"
Go to the directory where you have cloned repo in cmd then
Run: pip3 install -r requirement.txt
To run server Go to the directory contianting manage.py
python manage.py migrate
python manage.py makemigrtation
python manage.py runserver
Now visit the URL given in the terminal most probably 127.0.0.1:8000/home
Feel free to report issues and send PRs 😇