Using OCR to track match stats & team performance in Overwatch 2
Fancier continuation of https://github.com/InventivetalentDev/ocrwatch
While this app is running, it listens for key presses of Tab and takes a screenshot of the scoreboard if it's held for more than 0.5 seconds. It then applies OCR on that screen, including mode and map info, which hero you're playing and stats of you and other players in your game (kills, deaths, healing, etc.) and saves that data.
git clone https://github.com/InventivetalentDev/ocrwatch2.git
cd ocrwatch2
npm install
npm run start