BlinkID/blinkid-xamarin

Xamarin Forms - Get Face Image fromPassports

Closed this issue · 1 comments

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.

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