Action group: Vision
The action generates a QR code based on the specified data and saves it as a file (.png format).
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Path to image | Path to image file. Supported image formats: (jpeg, jpg, bmp, png, tif, tiff) | Robin.Image | C:\doc\img.png | Yes |
Timeout, ms | The time during which the captcha is expected to be recognized. Time-out is set in milliseconds. Default 120000 ms. | Robin.Numeric | No | |
Run math. operation | If the value is «true», then it is expected that the captcha requires a mathematical action. For example: write the result 4+8=. | Robin.Boolean | true | No |
The minimum number of characters in the response | The minimum number of characters that can be in the response. The acceptable range is from 1 to 20. If the number of characters is unknown, specify 0. By default, 0. | Robin.Numeric | No | |
The maximum number of characters in the response | The maximum number of characters that can be in the response. The acceptable range is from 1 to 20. If the number of characters is unknown, specify 0. By default, 0. | Robin.Numeric | No | |
Language | Which alphabet letters are expected on the captcha. By default - «Unknown». | Robin.String | No | |
Captcha content | The intended contents of the captcha. The default is «Unknown». | Robin.String | No | |
Case sensitivity | If the value is «true», then it is expected that the captcha is case sensitive. | Robin.Boolean | true | No |
Results | ||||
Result | Symbols that ware recognized on the captcha. | Robin.String |
The robot will return an error if:
there is already a file with the specified name at the specified path and the overwrite field = false.
The robot will return an empty result, will not return an error if:
the data sources are empty (including tabs, spaces, etc.).
It is necessary to create a QR code based on the text of the file taken from Word.
Use the actions "Get text", "Generate a QR code".
Assemble the robot scheme:
As a result of the robot's work we get a ready QR code.