/Text-Detection

This is a program with the help of which you can detect text on a image or a live video stream from your webcam.

Primary LanguagePythonMIT LicenseMIT

Text-Detection

This is a program with the help of which you can detect text on a image or a live video stream from your webcam.

I have used the pre trained EAST model that detects the texts and return the bounding coordinates of the text in that particular image or a video frame. You can download the pre trained model from here

Pre-requisites to run the codes

You should have the following packages installed-

  • OpenCV- pip install OpenCv
  • Imutils- pip install imutils
  • numpy- pip install numpy

If you have installed the above packages then you are good to execute the code.