Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 702 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 702 Bytes

ocrator: OCR-to-Speech

Scan an image with your phone and translate it into speech output of desired language.

TO DO

  1. Add camera input
  2. Add support for more output languages
  3. Real-time recognition

Usage

Run main.py

Troubleshoot

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

Additional tools

Download pytesseract from HERE.