utility_qr_read
Decodes QR codes from image files or base64 image data. Reads QR content without requiring API keys or configuration.
Instructions
Decode a QR code from an image file or base64 image data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileData | No | Base64 encoded image data. | |
| filePath | No | Local filesystem path to the image file. |