- The script converts an image to text and speech files
- At the end the script asks whether to save or delete files
Open Termnial 💻
Locate to the directory where python file is located 📂
Run the command: python image_to_speech.py/python3 image_to_speech.py 🧐
Sit back and Relax. Let the Script do the Job. ☕
- pytesseract
- PIL
- gTTS
- os
Amit Kumar Mishra