Recognize Barcode#
Recognizes a barcode and QR code in the image.
| Original Image | [Text] The name and path to the file with the original image. |
| Barcode Type | Select the type of barcode. If nothing is selected, it will search for all types. |
| Multiple Search | When this property is enabled, multiple barcode searches will be performed on the image. In this case, the output property "Result" will contain a list of found values. If this property is disabled, the output property "Result" will contain a single found value and will not be a list. |
| Auto-Rotate | Automatically rotate the page. |
| Result | [Link/List] The result of the barcode search. If the "Multiple Search" property is enabled, the result will be a list of [BarcodeItem] objects. If the property is disabled, the result will be a [BarcodeItem] object. Object properties:
|
| Error Handling Level | Select the error handling level. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Message Level | Select the message level that blocks will output during operation. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Error Text | [Text] Returns detailed information about the error in case of incorrect execution of the block's work. |