diff --git a/plugins/game_reader_test/plugin.py b/plugins/game_reader_test/plugin.py index 57eaae0..cdd48b8 100644 --- a/plugins/game_reader_test/plugin.py +++ b/plugins/game_reader_test/plugin.py @@ -5,6 +5,7 @@ Debug and test tool for OCR and game reading functionality. Tests screen capture, OCR accuracy, and text extraction. """ +import re from pathlib import Path from PyQt6.QtWidgets import ( QWidget, QVBoxLayout, QHBoxLayout, QTextEdit,