tanmoysrt / pyaadhaar

This library is built to ease the process of decoding aadhaar QR codes and XML. It supprts old aadhaar QR codes , newly released Secure aadhaar QR codes and also Offline e-KYC XML. This library also can decode QR codes with Opencv. This library bundled with all the features to verify user\'s Email Id and Mobile Number & also to extract the photo of user.
https://pypi.org/project/pyaadhaar/
MIT License
39 stars 15 forks source link

String out of index error for new aadhaar QR data #19

Open samruddhisk opened 1 month ago

samruddhisk commented 1 month ago

Describe the bug When I try to retrieve the QR data from new aadhaar QR code it throws error as 'string out of index'. Whereas if i try with old aadhaar QR code data, I am getting the correct expected output.

Expected behavior For the new QR Code also i must get the proper result without error. I have updated my pyaadhar package to 2.0.2 and also my python version is 3.12

Additional context But as per your new release you have mentioned as, it supports the old and new both aadhaar QR codes. Could you please help me in sorting out this.

eshwar-gatram commented 1 week ago

Even I am getting the same error. @samruddhisk, did you find any solution ????