API Reference
Command
Get-ImageQRCode
Reads QR code information from an image file.
Remarks
Returns the decoded content and symbology details.
Examples
Decode QR code
Get-ImageQRCode -FilePath qr.png
Check the raw value
(Get-ImageQRCode -FilePath qr.png).Text
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Get-ImageQRCode [-DecodeOptions <QrPixelDecodeOptions>] -FilePath <String> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- DecodeOptions QrPixelDecodeOptions
- When omitted, ImagePlayground uses bounded fast-upright and robust-transform passes. Use Stylized for QR art or other difficult images.
- FilePath String
- The file must exist.