Commit f5c55b0
Fix/map page recognition and acquisition api (#353)
* fix: map page recognition with loot badge & add acquisition API
- Move TAB_PROBES[0] y from 0.0417 to 0.0650 to avoid loot badge overlay
- Add GET /api/game/acquisition - OCR recognition of ship/loot counts
- Add GET /api/game/context - game context runtime counters
- Bump version to 2.0.4
* fix: move tab probe[1] down & add debug logging, bump to 2.0.4.post1
- Move TAB_PROBES[1] y from 0.0486 to 0.0650 to avoid tab text pixels
- Add debug logging to is_tabbed_page() for diagnosis
- Bump version to 2.0.4.post1
* chore: comment out debug logging in is_tabbed_page()
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>1 parent de5800a commit f5c55b0
2 files changed
Lines changed: 20 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
77 | 82 | | |
78 | 83 | | |
79 | 84 | | |
| |||
99 | 104 | | |
100 | 105 | | |
101 | 106 | | |
102 | | - | |
| 107 | + | |
103 | 108 | | |
104 | 109 | | |
105 | 110 | | |
106 | 111 | | |
107 | 112 | | |
108 | 113 | | |
109 | 114 | | |
110 | | - | |
| 115 | + | |
111 | 116 | | |
112 | 117 | | |
113 | 118 | | |
| |||
296 | 301 | | |
297 | 302 | | |
298 | 303 | | |
299 | | - | |
| 304 | + | |
300 | 305 | | |
301 | | - | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
302 | 313 | | |
303 | | - | |
| 314 | + | |
304 | 315 | | |
305 | | - | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
306 | 319 | | |
307 | 320 | | |
308 | 321 | | |
| |||
0 commit comments