diff --git a/plugins/game_reader_test/plugin.py b/plugins/game_reader_test/plugin.py index e227e09..7c82cde 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. """ +from pathlib import Path from PyQt6.QtWidgets import ( QWidget, QVBoxLayout, QHBoxLayout, QTextEdit, QLabel, QPushButton, QComboBox, QCheckBox,