With texTract you can easily extract text π from any image. This was a fun little project I made with Google's Tesseract-OCR engine and PyQt5 for GUI.
Simply install the the executable, you don't need to install python ;)
Make sure you have Tesseract installed, you can download the latest(v5.x.x) version from here
If you wish to add some features or a bug you want to squash, pull requests are welcomed π.
Please make sure to update tests as appropriate.