Xamarin Forms - Get Face Image fromPassports
Closed this issue · 1 comments
wmtandrewz commented
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
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