Action group: Vision
The action finds and reads barcodes (linear and two-dimensional - QR) from images
Image - the path to the image for recognition.
Result - string variable containing information from the barcode.
Settings
Property | Description | Type | Filling example | Mandatory field |
---|---|---|---|---|
Parameters | ||||
Image | The path to the image for recognition. Valid extensions: «.jpeg», «.jpg», «.bmp», «.png», «.tif», «.tiff» If the algorithm did not find the file extension or the file type is not applicable, a warning will be displayed. | Robin.Image | C:\doc\img.png | Yes |
Results | ||||
Result | String variable containing information from the barcode. | Robin.String |
If there are multiple barcodes in an image, the first barcode will be processed based on its position in relation to the upper left corner of the image.
Only encrypted information is retrieved. There is no linkage to the database to obtain complete information about the object by numeric codes.
The limit on the size of the image used is 2 GB, otherwise an action will cause an error.
There is an image with a barcode, read the data by barcode and write the result to a variable of the string type.
Use the "Read barcode from image" action.
The program robot completed successfully. The data from the barcode was written in the text variable.