-
Install python: https://www.python.org/downloads/windows/
-
Install opencv:
python -m pip install opencv -
Install pytesseract:
python -m pip install pytesseract -
Locate the install folder for tesseract.exe (this defaults to
C:\Program Files\Tesseract-OCRbut it could also be inC:\Program Files (x86)\Tesseract-OCR).- Edit the
pytesseract.pytesseract.tesseract_cmdcorrespondingly in main.py
- Edit the
From the command line: python main.py PATH_TO_VIDEO