We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac4842 commit 54b71efCopy full SHA for 54b71ef
pyautogui/get-numbers-from-screen/README.md
@@ -1,9 +1,22 @@
1
-It finds digits on screenshot (or screen).
+It finds digits on screenshot (or screen) using images of digits (Monospace Regular 12).
2
3
-[PyAutoGUI - screenshot](https://pyautogui.readthedocs.io/en/latest/screenshot.html)
+
4
5
+And then it group digits by "y" coordinate and later group by "x" coordinate to (re)create numbers.
6
7
+Example for test:
8
+
9
+
10
11
+---
12
13
+Doc: [PyAutoGUI - Screenshot Functions](https://pyautogui.readthedocs.io/en/latest/screenshot.html)
14
15
16
17
+Tested on Linux Mint.
18
19
+It needs to install:
20
21
apt-get install scrot # to grab screenshot
22
pip install pyautogui
-
0 commit comments