Problem
How can an inspector expose real location and device evidence without inventing a hidden IP or exact model from an ordinary screenshot?
Role
Evidence design, local parsing, OCR, privacy boundaries, and implementation
Process
- Read GPS, device, time, and software evidence from EXIF, XMP, and IPTC
- Generate SHA-256 for exact-file verification
- Load OCR only on demand and report only IP-formatted text actually visible in the image
Outcome
The working five-language interface keeps files local while providing coordinates, device evidence, hashing, and lazy OCR.
Reflection
Good forensics separates verified evidence from unavailable information instead of maximizing speculation.