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.0

    Declaration

    Swift

    @objc
    public init(apiKey: String)

    Parameters

    apiKey

    Intellicheck API key used to authenticate the requests

  • Parse data in barcode and verify the result using the Intellicheck API

    Since

    1.0.0

    Declaration

    Swift

    @objc
    public func parseData(_ data: Data) throws -> DocumentData

    Parameters

    data

    Data to parse

    Return Value

    Parsed document data