Computer Vision OCR Python Windows In Development

SOARVision

A local real-time HUD analysis system using desktop capture, OCR, structured game-state extraction, and overlay-safe processing.

SOARVision project preview

Overview

SOARVision is a local-first HUD analysis system designed to capture, parse, and structure game-state information from a running game without injecting into the game process.

Architecture

  • Windows Desktop Duplication API / dxcam for capture
  • 1080p frame capture support
  • OCR-based HUD text extraction
  • Structured schemas for health, shield, ammo, weapon, buffs, and status regions
  • Overlay-safe design (does not modify game memory or inject DLLs)
  • Local processing only — no data leaves the machine

Current Status

SOARVision is in active development. The capture pipeline and region extraction are functional. OCR accuracy and structured parsing are being refined against live game state.