-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get image from EUDL_COUNTRY_UK #108
Comments
Hello @BilalMH You have to set receiving of the full document image for the EUDLRecognizer:
then in ImageMetadataSettings set return of the dewarped image.
Here is the sample for the MRTDRecognizer, you just have to switch MRTDRecognizer with EUDL. Please let me know if you require any additional assistance. Regards |
Hi @culoi Do I need to do anything with ims OnActivityResult? Thanks |
I'm not quite sure what do you want to do with that, but the answer is no, you don't have to anything with ims in the OnActivityResult callback. What are you trying to achieve? Regards |
I'm trying to get the image as well as the licence details. I'm a bit confused as to how I get the image OnActivityResult callback. Could you point me to the right direction? I was confused with the sample apps. Thanks |
@culoi I'm getting a
But not sure what's going on as I'm following the documentation but with EUDL instead of MRTD Any suggestions as to what's going on? Here is what I'm doing `public void startMicroblink() {
It won't let me do setRecognizerArrays with this so not sure what to do? Thanks |
Anybody help me, my requirement was I want to scan the UK driving license with helpful neat code fully. I tried with |
Hi @KavyaHarisha, BlinkID v4.0.0 no longer has For scanning UK driving license, you will now need EudlRecognizer. See a sample how it is used. Also, check a minimal sample app to get acquainted with the new API. |
Closing the issue, please reopen if you have additional questions or contact us directly at support@microblink.com |
Before opening an issue, check that you are using the latest version of the BlinkID SDK.
Also, make sure your issue isn't on the list of common problems.
Description
Hi there, trying to get the image from the UK drivers licence. I've added the ImageListener and the ImageMetaDataSettings, but how can I apply this to the EUDLRecognizerSettings or how can I get it from those settings?
Thanks
Environment Details
BlinkID version: 3.14.0@aar
Device model:
Device Android version:
Device ABI (processor architecture, e.g. ARMv7):
The text was updated successfully, but these errors were encountered: