Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 518 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 518 Bytes

Scan4U

CAMSCANNER clone

An Advanced version of The existing CamScanner which was recently banned by the Indian Govt. In this app, the user can take a video of the pages he/she wants to scan and the app will make a pdf for him/her.

Internal working includes:

1)Extracting Frames from the video using OpenCV
2)Removing the duplicates using OpenCV and SciPy.
3)Calculating the Blur score and then selecting the images which fall under a certain selected range.
4) Making a Pdf of the final selected frames.