Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 1.33 KB

README.md

File metadata and controls

70 lines (45 loc) · 1.33 KB

CamScan

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.

Features

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

Project

Clone the repo

git clone "git-URL"

To bulid

Dependencies

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

Contribution

Feel free to report issues and send PRs 😇