RealTime-OCR
RealTime-OCR copied to clipboard
Perform text detection in a variety of languages with your computer webcam using Google Tesseract OCR and OpenCV. This script achieves a real-time OCR effect via multi-threading.
Results
2
RealTime-OCR issues
Sort by
recently updated
recently updated
newest added
In the Main.py file, the language variable for IDE mode is assigned as "en" which is not a valid language identified, causing a PathError to be raised. This is fixed...
I used splitcam to emulate an IP camera stream. When selecting the SRC to the stream, the program enters and quits. Is it possible to stream a network device?