I am trying to use zxing to decode PDF417 images. However Im getting an error message as follows:
ValueError: Unknown format code 'x' for object of type 'str'
Error seems to be in the __repr__ of the BarCode Class
Here is the File i'm using

Can I understand if there is any workaround for the same?