novumiter

Results 2 issues of novumiter

### Description When a process spawns multiple windows with the same title (but different hwnd obviously), the window selection logic (window_rating) function will not be aware of that, and will...

Enhancement
UI/UX

# Fix double-slash in EasyOCR paths **Before:** # tried to load: '/root/.EasyOCR//user_network/my_model.yaml' **After:** # now loads: '/root/.EasyOCR/user_network/my_model.yaml' **What changed:** - Replaced `MODULE_PATH + '/model'` / `+ '/user_network'` with `os.path.join(MODULE_PATH, 'model')`...