qr_structure
Detect finder patterns in QR code images, estimate version and module size, and determine image dimensions relative to the QR grid.
Instructions
QR code structure analysis. Detects finder patterns (the 3 corner squares), estimates the QR version from the distance between patterns, reports the estimated module (pixel) size, and provides the image's dimensions relative to the expected QR grid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to QR code image file | |
| threshold | No | Black/white threshold (0-255, default: 128) |