I need to extract QR code from PDF

I need to extract the QR code from the invoice and extract the details from that extract the details from this above mentioned scenario

1 Like

Please explain the issue correctly…

i want to decrypt the qr code in my input pdf invoices and i need to extract that details

Extract PDF Pages: First extract the QR code from your PDF file.
Identify and Decode QR Code: After extracting the images or pages containing the QR code, we’ll decode the information embedded in it.

This can also be done using DU (Document Understanding)

If u required code please let me know

Welcome to the forum @Melbin_Antu2 :party_popper:

Regarding your usecase,

  1. Use Extract Images From PDF activity to get all the images from the PDF.
    Activities - Extract Images From PDF

  2. Now install UiPathTeam.Barcode package.

  3. Use activity Decode Image from the package

  4. Here is how to use it. Sample code:
    CICD_Demo.zip (1.5 MB)

Output:

1 Like

Hi @Melbin_Antu2 ,
Adding to ashok , incase if you still have any doubts, please feel free to watch below video to get an idea how to decode QR.

Happy learning and Happy Automation!

1 Like