Use the ReadBarcode component
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- RPA Hub
Read a single barcode and return its contents by using the ReadBarcode component in RPA Desktop Design Studio.
Before you begin
Role required: none
About this task
The ReadBarcode component reads a single barcode from an image file that it receives from another component.
The ReadBarcode component can return both the value and the encoding type (format) of the barcode. The encoding value that the Type parameter returns may be one of the following supported formats:
- AZTEC
- CODABAR
- CODE_39
- CODE_93
- CODE_128
- DATA_MATRIX
- EAN_8
- EAN_13
- ITF
- MAXICODE
- PDF_417
- QR_CODE
- RSS_14
- RSS_EXPANDED
- UPC_A
- UPC_E
- All_1D
- UPC_EAN_EXTENSION
- MSI
- PLESSEY
- IMB
- PHARMA_CODE
If the component can't read the barcode, it returns an error.
Procedure