Qr scan from image

Hi Team,

I tried using UiPathTeams.barcode library from Zxing, code got worked but later on i faced issue with the assistant run as Zxing library requires UiPath.uiautomation.activites v21 which is out of support.
so is there any other option to get that Qr code image scanned ? in version >24

@Akarshan_Sonkar

You can try Python approach for this. Just write the script and invoke it in your RPA workflow using Python Scope.

Hi @Akarshan_Sonkar

Depending on how sensitive your QR code is, as an alternative approach, you could consider using a website for reading the QR code. Eg. Scan QR code from image

Perhaps there are API options available aswell if you search for it.
Eg. QR code API: command “read-qr-code” (read / scan QR code, QR code reader)

Regards
Soren

1 Like

Hi,

Can you try the following step as workaround?

  1. Publish your project to local folder.
  2. Edit the nupkg file using NugetPackageExplorer etc.
  3. Add UiAutomation package (without runtime) to dependencies. (It should be same version of runtime one)
  4. Upload it to Orchestrator then run from assistant.

Regards,