diff --git a/README.md b/README.md index 7243440..076b54b 100644 --- a/README.md +++ b/README.md @@ -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?