detect_barcode_types method

detect_barcode_types

Extracts the types of the barcodes presented in the image.

Returns

An array of barcode types.

def detect_barcode_types(self):
    ...

Example

This code snippet demonstrates how to detect barcodes in a JPEG image.

See Also