Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Action group: Vision

...

Description

The action finds and reads barcodes (linear and two-dimensional - QR) from images

Action icon

Parameters

Input parameters 

Image - the path to the image for recognition. 

Output parameters 

Result - string string variable containing information from the barcode.  


Settings

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
ImageThe 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.ImageC:\doc\img.pngYes
Results
ResultString variable containing information from the barcode.Robin.String

...

There is an image with a barcode, read the data by barcode and write the result to a variable of the “string” string type. 

Solution

Use the "Read barcode from image" action. 

...