- New module: modules/inventory_scanner.py
- Detects inventory and item details windows
- Extracts item icons from inventory grid
- Reads item stats from details panel
- Parses weapon, armor, and common stats
- Handles scrolling (planned for future)
- New dialog: ui/inventory_scanner_dialog.py
- Visual interface for scanning
- Shows extracted icons in grid view
- Displays item stats in table
- Saves results to JSON
- Background worker for non-blocking scans
- Updated main_window.py:
- Added Tools → Computer Vision → Inventory Scanner (Ctrl+I)
- Integrated with existing GameVisionAI
This allows users to extract item data from Entropia Universe
for gear management and loadout configuration.