A python script where user can provide a image of the question paper and the script will scan and google all the answers for you!
- This script requires python3 or above. Check your python version by using command
python --version
to proceed. - Install all the dependencies by
pip install -r requirements.txt
. - In the file script.py find the line
img = Image.open("test-imgs/test-1.png")
. - Here provide the path of the file you want to provide as input. Try to use a good quality image.
- Now you can finally run the run the script! by using
python script.py
.