"""Host-side ANPR / vehicle-verification microservice. A separate process (FastAPI over localhost HTTP) that the Node backend calls with a camera snapshot and gets back a plate read (Job 1) — and, later, vehicle-attribute verification (Job 2, the anti-spoofing witness). Recognition is ADVISORY, never the sole authority to open a barrier. See wiki/entities/opencv-anpr-service.md. """ __version__ = "0.0.0"