python based script to solve quiz questions based on search engine result similarities
https://www.youtube.com/watch?v=ZoEyQa4WWGc
Requirements:
- Python, for example 3.7
- Tesseract OCR, for example https://github.com/UB-Mannheim/tesseract/wiki
- pip3 install pytesseract
- pip install requests
Add Tesseract OCR to your system variables:
- new VARIABLE "TESSDATA_PREFIX" - path (for example): "C:\Program Files (x86)\Tesseract-OCR\tessdata"
- new SYSTEM VARIABLE - PATH (for example): C:\Program Files (x86)\Tesseract-OCR\
Take a look at the "QuizMaster-ProgrammPlan.png" and "example.png" to understand how the Python script works and how you can configure the width and height values for your individual needs.
Start "QuizMaster.py" & you should be ready to go!