BlinkID / blinkid-xamarin

ID scanning SDK, wrapped for cross-platform apps built with Xamarin.
https://microblink.com/blinkid
50 stars 24 forks source link

Xamarin Forms - Get Face Image fromPassports #21

Closed wmtandrewz closed 5 years ago

wmtandrewz commented 5 years ago

Hi,

I'm trying to extract face image from passports using MRTD recognizer. Full document image is extracted but unable to extract face image. Appreciate anyone can help on this with code sample.

Thanks.

jcular commented 5 years ago

Hi @wmtandrewz,

MRTD recognizer can't return face image, but you can add both MRTD recognizer and DocumentFace recognizer at the same time and wait for them to be valid, just make sure you set this property on recognizer collection to true. Otherwise only one will become valid.

Kind regards, Jure