@regulaforensics/document-reader
    Preparing search index...

    Class BarcodeField

    Structure describing single value of the field.

    Index
    barcodeType: BarcodeType

    Decoded barcode type.

    data?: string

    Results of reading data from barcode modules.

    Base64 string.

    pageIndex: number

    Indicates an index of the document page, whence the result is received.

    pdf417Info?: PDF417Info

    Contains the information about the PDF417 barcode.

    Indicates barcode reading result.

    • Allows you to deserialize object.

      Parameters

      • jsonObject: any

      Returns BarcodeField | null