filmov
tv
[Python] Text Recognition real-time.
![preview_player](https://i.ytimg.com/vi/K5EpJx9LHWs/maxresdefault.jpg)
Показать описание
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.
-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.