Decode Multiple Barcode

Decodes multiple barcodes

This activity is used to decode multiple barcodes from a given image.

Input

  • Image Path: Required Specifies the input file path of the barcode that is to be decoded.

  • Charset: Specifies the charset to be used for decoding the given barcode.

Output

  • Barcode Format: Array Variable Required Specifies an array of barcode formats for the user-specified barcode input.

  • Result: Array Variable Required Specifies an array of data decoded from the user-specified barcode as a string.

Last updated