This project performs Optical Character Recognition (OCR) on real-time video frames and converts the recognized text into speech using the EasyOCR and pyttsx3 libraries.
The OCR Text-to-Speech project utilizes computer vision techniques to extract text from real-time video frames. It uses the EasyOCR library to perform Optical Character Recognition in both English and Arabic languages. The recognized text is then converted into speech using the pyttsx3 library, allowing users to hear the content present in the video frames.
- Real-time Optical Character Recognition from live video frames
- Supports English and Arabic languages
- Text-to-speech conversion for the recognized text