Read Adhar number from the QR Code ? #2
Replies: 6 comments 19 replies
-
In the latest QR codes , UIDAI doesn't allow access to full aadhaar no .
You can get only the last 4 digits of an aadhar card.
But for old QR codes, you can access full aadhar no / uid .
Thanking You
Tanmoy Sarkar
Founder of Quikshope
ᐧ
…On Sat, Apr 9, 2022 at 12:00 PM dwishaventures ***@***.***> wrote:
Hi Tanmoy,
Can we read the Adhar Number from the QR code ?
Thank you.
—
Reply to this email directly, view it on GitHub
<#2>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANVU24TRIWYEBDWQOACVMYDVEEPWLANCNFSM5S6PPISA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Scan the qr, you will get data in binary format consisting of numbers only.
Pass that data as a string.
…On Fri, 1 Jul 2022, 13:21 jl-max, ***@***.***> wrote:
Which data format should I send in as <:Data got from QR:>?
—
Reply to this email directly, view it on GitHub
<#2 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANVU24XWHF7S2ZSBX6ZKXCLVR2POTANCNFSM5S6PPISA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
OK I will check and let you know
…On Fri, 1 Jul 2022, 14:19 jl-max, ***@***.***> wrote:
You mean pass the data in string ? but I got an error like this:
[image: error]
<https://user-images.githubusercontent.com/64684153/176860296-cd848857-062b-4ccd-8763-e29980a1b0a1.png>
—
Reply to this email directly, view it on GitHub
<#2 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANVU24RWAWMJDFMOF3D2FMTVR2WITANCNFSM5S6PPISA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Sorry, You need to pass the raw data directly to that function. The long
integer that you got from QR code. No need to convert to string explicitly.
ᐧ
…On Fri, Jul 1, 2022 at 4:00 PM Tanmoy Sarkar ***@***.***> wrote:
OK I will check and let you know
On Fri, 1 Jul 2022, 14:19 jl-max, ***@***.***> wrote:
> You mean pass the data in string ? but I got an error like this:
> [image: error]
> <https://user-images.githubusercontent.com/64684153/176860296-cd848857-062b-4ccd-8763-e29980a1b0a1.png>
>
> —
> Reply to this email directly, view it on GitHub
> <#2 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ANVU24RWAWMJDFMOF3D2FMTVR2WITANCNFSM5S6PPISA>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
-
Use pyzbar
…On Mon, 4 Jul 2022, 09:36 jl-max, ***@***.***> wrote:
Can I know what QR scanner you use to get the raw data ?
I use data like this:
[image: 11]
<https://user-images.githubusercontent.com/64684153/177079715-1aa66fb8-5d4b-4dc2-be36-25c2ae95cdf7.png>
but got error like this:
[image: err2]
<https://user-images.githubusercontent.com/64684153/177079756-ef71aa4f-71cb-481d-8fae-c9fce5be856f.png>
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANVU24V5LFZXTWKVJ3HEZ3DVSJPM7ANCNFSM5S6PPISA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Describe the bug Expected behavior Additional context |
Beta Was this translation helpful? Give feedback.
-
Hi Tanmoy,
Can we read the Adhar Number from the QR code ?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions