fix/id-space-strike-request-perf-2026-08-11 #2

Merged
dodox merged 2 commits from fix/id-space-strike-request-perf-2026-08-11 into master 2026-08-11 21:12:57 +02:00
Showing only changes of commit 4556da37ff - Show all commits

View File

@ -48,11 +48,6 @@ Regression coverage for every intel-text format the OCR pipeline understands and
## Stack
GTK4 + libadwaita (PyGObject) for the UI, Tesseract (via pytesseract) for OCR, Pillow/numpy for preprocessing, OpenCV for the map-table geometry (line detection, vanishing points, homography). Details on the coordinate system, OCR formats, solver internals, and how the map grid is recovered live in code comments (`solver.py`, `ocr.py`, `models.py`, `map_vision.py`) rather than here.
## Known issues
- **Map screenshot reading is unreliable.** Grid detection and enemy/unit detection off a map screenshot both fail often: misread grids, missed or misclassified units, screenshots rejected as "not a map" when they were one. Screenshots the app gets wrong are now saved locally (see `debug_capture.py`) to develop the detection against. Still an open problem, not a quick fix.
See `TODO.md` for the fuller list, including what's already been fixed.
## FAQ
### Is this cheating?