DecodeQRCode

Description

Attempts to decode a QR code and return the string encoded within it. Returns an empty string if it could not find a QR code in the image or failed to decode it. Multiple QR codes in the image are likely to cause the decode to fail.

Definition

string DecodeQRCode( image )

Parameters