Scan your documents just like CamScanner with added OMR
You can install Conda for python which resolves all the dependencies for this project
or run
pip install requirements.txt
Find rectangled-shaped documents in an image and show a clearer and top-down view of them. Scan sheets and use OMR to score an OMR sheet.
After reproducing the repo in your device, to run the code,
Type python scan.py
for scanning module or cd omr
followed by python omr.py
for OMR module.
- Sources of detection can be - Image file
- Apply filter for a clearer image
- OMR module
- OCR functionality
- OMR functionality
- Save to PDF option
- Provide options to change filters
- https://www.pyimagesearch.com/2014/09/01/build-kick-ass-mobile-document-scanner-just-5-minutes/
- https://www.pyimagesearch.com/2016/10/03/bubble-sheet-multiple-choice-scanner-and-test-grader-using-omr-python-and-opencv/
Thanks Adrian Rosebrock for inspiring me!