Barcode Reader

Hi, I am building an automation, in which my document has a barcode that I need to read and extract its content. I have tried the ‘UiPathTeam.Barcode’ library, but it’s not working for my case.

Can anybody guide in this matter, please?

Thanks.

@ngweijie97,

Refer this solution.

Hi @ashokkarale , I tried that, but it’s not working for me. Do you have other suggestions please? thanks.

Hi,

if possible, can you share the barcode as an image file etc?

Regards,

@ngweijie97

A sample of your barcode and what info you need might help here to get you a solution

Cheers

Hello @ngweijie97,

You can try extract images from pdf files and you may get a barcode image from it and then you can use a python script over the extracted qr images to extract the meaningful data from the barcode.

Regards,
Bharat

The image shows a black and white barcode consisting of vertical lines of varying thicknesses. (Captioned by AI)

Hi @Yoichi, @Anil_G, @bharat.c , attached the image for your reference. Are you able to assist please. thank you!

Hi,

It works If I enlarge the image to 200%.

TestingBarcode1x2.png
TestingBarcode1x2

So, it may be too small to decode for the activity (Zxing library). Can you try to eanlarge the image, then decode it?

Regards,