How to verify PAN card?

前端 未结 15 1378
予麋鹿
予麋鹿 2021-02-13 11:46

How to check the validation of edittext for pan card like \"ABCDE1234F\". I am confused how to check the the validation for this. Please help me guys. I will appreciate any kind

15条回答
  •  名媛妹妹
    2021-02-13 12:24

    Hi for pan card verification you need to execute two step process in your project.

    1.) create a form and get user pan card number

    2.) upload user pan card image

    After complete both step make a logic in backend for verification. For this you can follow below tutorial:

    https://www.lelocode.com/posts/pan-verification-in-laravel-using-baidu-ocr-universal-text-recognition-%28high-precision-version%29

提交回复
热议问题