Decode Multiple Barcode
Decodes multiple barcodes
This activity is used to decode multiple barcodes from a given image.
Input
Image Path:
RequiredSpecifies 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 VariableRequired Specifies an array of barcode formats for the user-specified barcode input.Result:
Array VariableRequired Specifies an array of data decoded from the user-specified barcode as a string.
Last updated