Scanbot SDK
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
Barcode

Barcode data class. More...

Static Public Attributes

str text
 The barcode text as a UTF8-encoded string.
 
BarcodeFormat format
 The barcode format as defined in scanbotsdk.scanbotsdk.BarcodeFormat.
 
bytes raw_bytes
 The barcode raw bytes.
 
list points
 The coordinates in pixel space of the four corners of the detected barcode.
 

Detailed Description

Barcode data class.

Member Data Documentation

◆ points

list points
static

The coordinates in pixel space of the four corners of the detected barcode.

The coordinates are returned in the following order:

  • 0 : top-left-x,
  • 1 : top-left-y,
  • 2 : top-right-x,
  • 3 : top-right-y,
  • 4 : bottom-right-x,
  • 5 : bottom-right-y,
  • 6 : bottom-left-x,
  • 7 : bottom-left-y

The documentation for this class was generated from the following file: