Allows upload of an image for OCR using Tesseract and deployed using Tkinter. This uses Tkinter, a Python GUI framework based on Tcl/Tkl. OpenCV is used to reduce noise in the image for better ...
Sudoku solver built with Python and Tkinter. It combines a backtracking solver with an OCR pipeline that can read Sudoku boards from images and populate the UI automatically. This project evolved from ...
When you get a scanned file or a screenshot that has text, it looks fine at first. But the problem comes when you need that text in editable form. Typing everything manually takes too much time and ...