Is there any way possible to extract or detect QR Codes from a PDF file using an AI Model?
Set the “OnSelect” parameter of the button to:
Set(qrCode, “https://api.qrserver.com/v1/create-qr-code/?size=150×150&data=” & ti_QRContent.Text)
Replace “ti_QRContent.Text” with your TextInput (if you’ve renamed it).
Now, on the image, set the “Image” property to:
qrCode
Enter some text into the text input, click “Generate QR”.
snehal_dhane
Thank You
Hello,
Thanks for reaching out.
We don't have that feature available in AI Builder. Maybe you can try by using the connector encodian to achieve your project.
Regards