Code for our submission UBC Local Hacks 2018
pytesseract 0.2.5 https://pypi.org/project/pytesseract/ pip install pytesseract
Install Opencv 3.4.4.19 https://pypi.org/project/opencv-python/ pip install opencv-python
Install tesseract 4.0. https://github.com/tesseract-ocr/tesseract Install Google Tesseract OCR (additional info how to install the engine on Linux, Mac OSX and Windows). You must be able to invoke the tesseract command as tesseract. If this isn’t the case, for example because tesseract isn’t in your PATH, you will have to change the “tesseract_cmd” variable pytesseract.pytesseract.tesseract_cmd. Under Debian/Ubuntu you can use the package tesseract-ocr. For Mac OS users. please install homebrew package tesseract.