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

How to get cropped face on MyKad? #212

Closed zahinsarif closed 4 years ago

zahinsarif commented 4 years ago

Hi, I trying to get cropped face on MyKad. I already make some research and read this https://github.com/BlinkID/blinkid-android/issues/89. But no clue at all. Can you give example code for it? Thank you.

matvidako commented 4 years ago

Hi,

you just need to call setReturnFaceImage(true) on your recognizer object. You can see an example for BlinkIdCombinedRecognizer in images sample app.