BlinkID / blinkid-android

Everything you need to add AI-driven ID scanning into your native Android app.
https://microblink.com/identity/identity-document-scanning/
438 stars 153 forks source link

Accept only Belgium ID Card and Resident ID #228

Closed SimonRolin closed 3 years ago

SimonRolin commented 3 years ago

Hi,

I'm trying to figure out how to only accept Belgian ID Card and Resident ID with the BlinkIdCombinedRecognizer ?

Thanks a lot in advance !

matvidako commented 3 years ago

Hi,

you can set a ClassFilter.

You'll get a callback with ClassInfo object, just check its type and country and return true only for Belgian ID Card and Resident ID.