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
40 stars 15 forks source link

Read PAN QR code from Image #18

Open ptvdemon opened 9 months ago

ptvdemon commented 9 months ago

Can we read enhanced QR of PAN card too and if not then how can we archive that in PY, if we can do so i'll fork the repo in my repo and update the same in the code and i can contribute to the project

Arkajit-Datta commented 9 months ago

Probably you will have to look into the SOP given by NSDL to decode that QR. If its provided it can be supported

tanmoysrt commented 9 months ago

The algorithm is not online, only way is to decompile official android app and then find out the algorithm. It will take significant amount of time.