DEV Community

Play Button Pause Button
Sudhanshu
Sudhanshu

Posted on

Search Word BOT (Tesseract | Tkinter | Selenium)

This bot takes input from a website (URL provided) in the form of an image and converts it into text using Pytesseract, a Python library (which was the most challenging part).

Once the text preprocessing is complete, it searches for words in all eight possible directions and displays the final output using Tkinter.

Stack Used : Tkinter, Pytesseract, Selenium

Find more such projects at : Sudhanshu1304 GitHub

Top comments (0)