Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blackcipher101/camscanner_webapp

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
https://github.com/blackcipher101/camscanner_webapp

css django hacktoberfest html javascript opencv pillow

Last synced: 10 days ago
JSON representation

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

Awesome Lists containing this project

README

        

## CamScan
This a lightweight tool for making documents on the fly :running: 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 :mag_right:

3)Document like look :page_with_curl:

4)Multipagepdf

5)Cropping :scissors:

6)Test your Crop :corn:

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

:boom: 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 :innocent: