Python project to detect optical characters
On the execution of the script a GUI windows opens which asks the user to Upload an image for detection or use Live Feed. Upon selection the text is detected using cv2 and easy ocr and is written onto the console upon destroying the frame
- cv2
- Image and Video processing
- Reading images
- Capturing video frames
- Drawing box around text
- easyocr
- Optical Charcter recognition
- tkinter
- GUI interface
- matplotlib
- Display images