Wondering if FME can read QR-codes from images. Input is folder with images with QR-codes and some other content. FME should determine where to save those files based on the QR-code so just be able to read the code within workspace. Has anyone tried doing something like this?
Page 1 / 1
There's QR reading API's that you can use, I found this one but there's bound to be more. You can use the HTTPCaller to call them and send the image to them.
There's QR reading API's that you can use, I found this one but there's bound to be more. You can use the HTTPCaller to call them and send the image to them.
Great job!