blinkid-ui-android icon indicating copy to clipboard operation
blinkid-ui-android copied to clipboard

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

Open marslannasr7koncepts opened this issue 4 years ago • 2 comments

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 avatar May 09 '20 07:05 marslannasr7koncepts

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

marslannasr7koncepts avatar May 09 '20 07:05 marslannasr7koncepts

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.

matvidako avatar May 11 '20 05:05 matvidako