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
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