Skip to content
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

Unable to get ID Card Document Detail Name and CNIC Number Response from Sample Code~ #77

Open
marslannasr7koncepts opened this issue May 9, 2020 · 2 comments

Comments

@marslannasr7koncepts
Copy link

ImageStorage.addImages(recognitionResult); Intent intent = new Intent(ScanActivity.this, ResultsActivity.class); ArrayList<Parcelable> parcelableArrayList = new ArrayList<>(); parcelableArrayList.addAll(recognitionResult.getResultEntries()); intent.putExtra(ResultsActivity.EXTRA_RESULT_ENTRIES, parcelableArrayList); startActivity(intent);

@marslannasr7koncepts
Copy link
Author

This is the code that i am using able to fetch images from this code but not able to get id card name and cnic number detail don't know where this library code wrong in #54

@matvidako
Copy link
Contributor

Hi,

are you referring to the problem with Pakistan ID you mentioned here?

BlinkID v5.4 fully supports Pakistan ID while the version that is used in BlinkID-UI (v4.11) doesn't so it just returns images.
We are no no longer updating BlinkID-UI to newest BlinkID versions because v5.0 and above allow you to support scanning of multiple different document types without having to implement country and document selection steps.
You can get support for all of the documents listed here by using BlinkIdCombinedRecognizer as shown in the sample app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants