Scan an image with your phone and translate it into speech output of desired language.
- Add camera input
- Add support for more output languages
- Real-time recognition
Run main.py
pytesseract.pytesseract.tesseract_cmd = r'C:\Users\USER\AppData\Local\Tesseract-OCR\tesseract.exe'
Windows: Replace USER with your Windows username
Linux: Comment out/delete it
Why this happens?
Not sure but pytesseract runtime is not recognized with default settings
Download pytesseract from HERE.