Python program to convert text through the camera to speech.
How to use
Once running point the camera to some text and press 'q' and it will readout the words.
How I did itI used pytesseract library for the OCR part and usen win32com for the speach part.And yeah, Opencv offcourse. :)
Its pretty easy to understand.Just check the files.