Package version:

Interface DocumentBarcode

An extracted barcode.

Hierarchy

Properties

confidence: number

Confidence of correctly extracting the barcode.

kind: string

The type of barcode that was extracted. See the DocumentBarcodeKind type for a list of possible values.

polygon?: Point2D[]

Bounding polygon of the entity.

The location of the barcode in the reading-order concatenated content.

value: string

The encoded data in the barcode.

Generated using TypeDoc