auto_enhance
Automatically tries up to seven image enhancement strategies to decode a QR code from a single image. Use after a failed decode to get a retryable result without manual parameter selection.
Instructions
Automatically try enhancement strategies to decode a QR code in one call.Tries up to 7 strategies (upscale, sharpen, contrast, denoise, combos) in sequence — returns as soon as one succeeds.Ideal for RETRYABLE results from decode_qrcode_full:no manual bbox estimation or operation selection needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | No | Optional target region [x, y, width, height].If omitted, processes the entire image. | |
| image_url | No | Public image URL. | |
| image_path | No | Local image absolute path — preferred when available. | |
| image_base64 | No | Base64-encoded image. |