Skip to main content
Solved

Scan QR-code within workspace, is there a way?

  • November 15, 2024
  • 2 replies
  • 63 views

tooli11
Participant
Forum|alt.badge.img+1

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? 

Best answer by redgeographics

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

redgeographics
Celebrity
Forum|alt.badge.img+62
  • Celebrity
  • Best Answer
  • November 15, 2024

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.


danilo_fme
Celebrity
Forum|alt.badge.img+52
  • Celebrity
  • November 15, 2024

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!