/GIF

What does this program do: using image recognition transfers the text that is integrated into the picture into real string/text format.

Primary LanguagePython

Image of Yaktocat

GIF - Got it First

Taking screenshots of the specific position, convert it to a string (text) format, copy automatically and use where ever you want. You can even implement it to do the next steps itself.

Getting started

To begin with, start downloading the github repo on your device.

Setting Up

As soon as you get the repo on your device, make sure to get following python libraries also.

> Pillow (PIL)

> pytesseract

> pathlib

> (optinal) time (for the automation of the further steps)

Quick Notes:

1. Version 1 (Current) verison of the code works for only high quality and not noisy texts as it uses a special library for it.

2. Arrange the area of where you want to take the screenshot and resize after it manually (take screenshot of your main display and paste into paint to check it).

3. I will be improving this project by using Machine Learning and Trained model integration to make it more accurate and almost always working whether the background and the text is blurry, noisy or etc.