[Python] Text Recognition real-time.

preview_player
Показать описание
Use Tesseract to get text in a chosen field of the screen:
-Select a field with the mouse, pyscreenshot library will get the image of that field, pass it to Tesseract.
-Tesseract process the image, return the text.
-tkinter library will display the text onto a text widget.
Рекомендации по теме