parse abstract method
Parses raw text or payload into a structured ScanResult.
rawText — The raw OCR text, barcode value, or structured payload.
Returns a ScanResult with extracted fields, validation status, and confidence score.
Implementation
ScanResult parse(String rawText);