Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blackcipher101/camscanner_webapp
- Owner: Blackcipher101
- Created: 2020-08-27T19:11:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T07:19:36.000Z (over 3 years ago)
- Last Synced: 2023-03-06T21:04:24.444Z (over 1 year ago)
- Topics: css, django, hacktoberfest, html, javascript, opencv, pillow
- Language: Python
- Homepage:
- Size: 5.71 MB
- Stars: 15
- Watchers: 1
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
#### ProjectClone 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: