Skip to main content

Decode QR

Decodes QR codes from image files and extracts their payload data

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

If the ContinueOnError property is true, no error is caught when the project is executed, even if a Catch node is used.

Input

  • QR Code Path - The file path to the image containing the QR code to be decoded.

Output

  • Payload - The decoded string data from the QR code.

The node reads an image file containing a QR code, decodes it using QR recognition algorithms, and outputs the payload (text content) of the QR code through the Payload property.

Note: The image file should be in a supported format (JPEG, PNG) and contain a valid QR code for successful decoding. If multiple QR codes are present in the image, the payload from the first valid QR code will be returned.