BlinkID / blinkid-android

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

MyKad address lines #92

Closed CattleOfRa closed 6 years ago

CattleOfRa commented 6 years ago

I would like to know if there is any way to get the lines of the address in the Malaysian MyKad line by line and segment it into street, postcode, city and state. Currently I am only able to get the whole address as a String.

Thank you for your time.

i1E commented 6 years ago

Hi @CattleOfRa,

from the BlinkID v3.7.0, MyKad recognizer supports splitting of address to street, ZIP code, city and state. When you obtain MyKadFrontSideRecognitionResult, use methods getOwnerAddressCity, getOwnerAddressState, getOwnerAddressStreet and getOwnerAddressZipCode to obtain that infromation.