detect_barcode_types method

detect_barcode_types(self)

Extracts the types of the barcodes presented in the image.

Returns

An array of barcode types.


def detect_barcode_types(self):
    ...

Remarks

Learn more | | |

Example

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

See Also