This website is able to read all the text written in an image using OCR (Optical Character Recognition). It uses Flask (back-end) and as front-end framework Material Design Bootstrap (jQuery edition).
pip3 install -r requirements.txtpip install -r requirements.txtInsert Tesseract file path in main.py (line 54):
# Example: r'D:\TesseractOCR\tesseract'
pytesseract.pytesseract.tesseract_cmd = r'<path_to_tesseract_exe>'python3 main.py
python main.pyPS: The webserver will start on the port 5000