I need to extract the QR code from the invoice and extract the details from that extract the details from this above mentioned scenario
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
Regarding your usecase,
-
Use Extract Images From PDF activity to get all the images from the PDF.
Activities - Extract Images From PDF -
Now install UiPathTeam.Barcode package.
-
Use activity
Decode Image
from the package
-
Here is how to use it. Sample code:
CICD_Demo.zip (1.5 MB)
Output:
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!