Read Qr
read_qrDecode QR code images to extract embedded text or URLs. Returns the decoded content. Use when you need to read what's stored in a QR code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Publicly accessible URL of the QR code image to decode. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decoded | Yes | The decoded text or URL extracted from the QR code |