Document_Scanner_Python
Document_Scanner_Python copied to clipboard
It is GUI based document scanner which is using OpenCV in the backend. Read more in read_me
trafficstars
Document📝 Scanner🖨️ using Python 
Follow us on Instagram for Machine Learning Guidelines & Path
Buy Python & ML projects for students at lower rate
Watch Tutorial for this project
Sourcerer
See the Demo of Project
Usage:-
- Clone my repository.
- Open CMD in working directory.
- Run
pip install -r requirements.txt - Install IPWebcam in your mobile.
- Connect your Mobile & PC with same network
- Run
CS_GUI.py. - Write your IPV4 URL in the GUI Entry box. (URL will look like 'http://192.168.1.102:8080/shot.jpg'). This
shot.jpgwill send the continuous Camera frames to our UI. - Capture image with button, It will stored in
Cropped_imagefolder. It will automatically scanned the image. - Scanned image will stored in
Processed_imagefolder. - When you click on 'PDF' button, it will generate the PDF for your all scanned image, it will store PDFs in
Scanned_PDFfolder. - All the folders are auto-generated.
Screenshots