Decode Barcode
Decodes a given Barcode image
This activity is used to decode a given barcode into text.
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:
String Variable
Required Specifies the format of the barcode that is decoded.Result:
String Variable
Required Specifies the data decoded from the user-specified barcode as a string.
Last updated