Image to Text ~ GHW 2023(FEB)

Demo Video

A simple python project which uses tesseract and openCV libraries to achieve a simple Image to Text Script.

Execution Path

  1. Get the Images List from ./images folder.
  2. Iterate over the images list.
  3. For every image, get the image matrix using openCV library.
  4. Using tesseract library get the text from the matrix obtained.
  5. Append the output obtained in output.txt file.
Share this project:

Updates