parse

abstract fun parse(rawString: String): Result<BarcodeDocumentParserResult>

Parse the given string as a barcode document.

Return

Result of the document parsing.

Parameters

rawString

The string to parse as a barcode document.