pypocquant.lib.consts

Module Contents

Classes

Issue

Issues detected during image processing.

SymbolTypes

SymbolTypes of zbar. Currently we support CODE39, CODE128 and QRCODE detection.

class pypocquant.lib.consts.Issue

Bases: enum.Enum

Issues detected during image processing.

Returns

Issue code

NONE = 0
BARCODE_EXTRACTION_FAILED = 1
FID_EXTRACTION_FAILED = 2
STRIP_BOX_EXTRACTION_FAILED = 3
STRIP_EXTRACTION_FAILED = 4
POOR_STRIP_ALIGNMENT = 5
SENSOR_EXTRACTION_FAILED = 6
BAND_QUANTIFICATION_FAILED = 7
CONTROL_BAND_MISSING = 8
class pypocquant.lib.consts.SymbolTypes

Bases: enum.Enum

SymbolTypes of zbar. Currently we support CODE39, CODE128 and QRCODE detection. :param Enum:

Returns

TYPES

Return type

list

TYPES
pypocquant.lib.consts.KnownManufacturers = ['AUGURIX', 'BIOZAK', 'CTKBIOTECH', 'DRALBERMEXACARE', 'LUMIRATEK', 'NTBIO', 'SUREBIOTECH', 'TAMIRNA']
pypocquant.lib.consts.BAND_COLORS