Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 459 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 459 Bytes

Python-OCR

Currently the project detects text in a frame using OpenCV EAST and then applies tesseract over the ROI. Project for tutorial classes.

How to run?

install the given file tesseract.exe in the default directory

create a new virtual environment with python=3.7

open command prompt, go into the working directory of this project (where you cloned it)

in cmd write pip install requirements.txt

after installation completes write python run.py