qr_decode
Decodes a QR code from an image file and returns the raw string content, supporting Bitcoin addresses, Liquid addresses, Lightning invoices, and Lightning addresses.
Instructions
Decode a QR code from an image file and return the raw string content. Supports Bitcoin addresses, Liquid addresses, Lightning invoices (BOLT11), and Lightning addresses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path | Yes | Absolute path to the image file containing the QR code (PNG, JPG, WEBP supported) |