IntellicheckBarcodeParser
@objc
public class IntellicheckBarcodeParser : NSObject, BarcodeParsing, XMLParserDelegate
Barcode parser using Intellicheck API to parse and verify the document
Since
1.0.0-
Initializer
Since
1.0.0Declaration
Swift
@objc public init(apiKey: String)Parameters
apiKeyIntellicheck API key used to authenticate the requests
-
Parse data in barcode and verify the result using the Intellicheck API
Since
1.0.0Declaration
Swift
@objc public func parseData(_ data: Data) throws -> DocumentDataParameters
dataData to parse
Return Value
Parsed document data
IntellicheckBarcodeParser Class Reference