Skip to main content
FME Hub user dmitribagh just uploaded a new transformer to the FME Hub.

The GOQRCodeReader transformer reads and decodes QR codes from various sources including local files, raster geometry, and URLs. It uses the https://goQR.me API to process the image and extract encoded text.

Parameters

Read QR Code from

Specifies the source of the QR code image.

File – Reads from a local image file (e.g., PNG, JPG, GIF).

Raster Geometry – Uses the raster geometry on the incoming feature.

URL – Downloads the image from a provided web address.

File

Displayed only if File is selected. Opens a file browser to choose the image file containing the QR code.

URL

Displayed only if URL is selected. Enter the direct URL to a QR code image.

📎 The URL must point directly to an image file (not a webpage). For example:

https://example.com/qr-code.png

The decoded result is returned as an attribute _qr_code_text on the output feature.



Would you like to know more? Click here to find out more details!
Be the first to reply!