Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
There was a task to recognize part of the text from the screen, for this I cropped the screenshot using pyautogui. It's as simple as possible, but I don't know if it will suit your task or not.
import pyautogui as root
image = root.screenshot(region=(664, 276, 665, 60))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question