parse abstract method

ScanResult parse(
  1. String rawText
)

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);