Raghav1606
commited on
Commit
•
46ea1bc
1
Parent(s):
4f5e606
Update README.md
Browse files
README.md
CHANGED
@@ -44,119 +44,6 @@ pyautogui.moveTo(1881.5,1116.0)
|
|
44 |
|
45 |
<img src="screen_1.png" width="700" title="example screen image">
|
46 |
|
47 |
-
- `ocr` - OCR of screen image (all text elements extracted from the screen image)
|
48 |
-
```json
|
49 |
-
{
|
50 |
-
ocr:
|
51 |
-
{
|
52 |
-
"Book": [
|
53 |
-
1838.0,
|
54 |
-
52.5
|
55 |
-
],
|
56 |
-
"Store": [
|
57 |
-
253.0,
|
58 |
-
394.5
|
59 |
-
],
|
60 |
-
"Browse": [
|
61 |
-
2845.5,
|
62 |
-
1323.0
|
63 |
-
],
|
64 |
-
"Sections": [
|
65 |
-
3227.0,
|
66 |
-
52.5
|
67 |
-
],
|
68 |
-
"v": [
|
69 |
-
3298.5,
|
70 |
-
53.0
|
71 |
-
],
|
72 |
-
"Q": [
|
73 |
-
47.5,
|
74 |
-
138.5
|
75 |
-
],
|
76 |
-
"Apple": [
|
77 |
-
73.5,
|
78 |
-
230.5
|
79 |
-
],
|
80 |
-
"Books": [
|
81 |
-
165.5,
|
82 |
-
987.5
|
83 |
-
],
|
84 |
-
"Top": [
|
85 |
-
516.5,
|
86 |
-
227.0
|
87 |
-
],
|
88 |
-
"Charts": [
|
89 |
-
622.0,
|
90 |
-
224.5
|
91 |
-
],
|
92 |
-
...
|
93 |
-
}
|
94 |
-
```
|
95 |
-
- `color` and `icon` - list of UI elements along with their positions
|
96 |
-
```json
|
97 |
-
{
|
98 |
-
"ctrl": [[2319.5, 2037.5], [2278.5, 1886.5], [2125.5, 1887.0], ...]
|
99 |
-
"filter4": [[2319.5, 2037.5], [2278.5, 1886.5], ...]
|
100 |
-
"calendar-empty": [[2319.5, 2037.5], [2278.5, 1886.5], [2125.5, 1887.0], ...]
|
101 |
-
"volume-mute3": [[2319.5, 2037.5], [2278.5, 1886.5], [2125.5, 1887.0], ...]
|
102 |
-
"command": [[2319.5, 2037.5], [2278.5, 1886.5], [2125.5, 1887.0], ...]
|
103 |
-
"film3": [[2319.5, 2037.5], [2278.5, 1886.5], [2125.5, 1887.0],
|
104 |
-
"insert-template": [[2125.5, 1887.0], [2258.5, 1887.0], ...]
|
105 |
-
"grid7": [[2296.5, 1894.5], [2125.5, 1884.5], [2099.5, 1868.5], [622.5, 1953.5]],
|
106 |
-
"map5": [[622.5, 1953.5]]
|
107 |
-
}
|
108 |
-
```
|
109 |
-
- `box` - bounding boxes of key UI elements
|
110 |
-
```json
|
111 |
-
{
|
112 |
-
{
|
113 |
-
"example_0": {
|
114 |
-
"top_left": [
|
115 |
-
482,
|
116 |
-
1232
|
117 |
-
],
|
118 |
-
"bottom_right": [
|
119 |
-
1001,
|
120 |
-
1516
|
121 |
-
],
|
122 |
-
"label": "browse_mystery"
|
123 |
-
},
|
124 |
-
"example_1": {
|
125 |
-
"top_left": [
|
126 |
-
1053,
|
127 |
-
1235
|
128 |
-
],
|
129 |
-
"bottom_right": [
|
130 |
-
1572,
|
131 |
-
1519
|
132 |
-
],
|
133 |
-
"label": "browse_kids"
|
134 |
-
},
|
135 |
-
"example_2": {
|
136 |
-
"top_left": [
|
137 |
-
1622,
|
138 |
-
1237
|
139 |
-
],
|
140 |
-
"bottom_right": [
|
141 |
-
2141,
|
142 |
-
1521
|
143 |
-
],
|
144 |
-
"label": "browse_non_fiction"
|
145 |
-
},
|
146 |
-
"example_3": {
|
147 |
-
"top_left": [
|
148 |
-
2191,
|
149 |
-
1238
|
150 |
-
],
|
151 |
-
"bottom_right": [
|
152 |
-
2710,
|
153 |
-
1522
|
154 |
-
],
|
155 |
-
"label": "browse_romance"
|
156 |
-
},
|
157 |
-
...
|
158 |
-
}
|
159 |
-
|
160 |
```
|
161 |
To cite OmniACT, please use:
|
162 |
```
|
|
|
44 |
|
45 |
<img src="screen_1.png" width="700" title="example screen image">
|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
```
|
48 |
To cite OmniACT, please use:
|
49 |
```
|