Hi,
I was implementing business card reader functionality in code using your API for Android platform. I am facing an issue like i want to extract zipcode, country, city, state etc from sdk itself. As API provides full Address, i was wondering is there any way to do this from API itself?
Comments
2 comments
I fire the address through Google's location service to return the full address in json format.
Cloud OCR SDK returns the full address only. You can see all the fields that could be extracted during business card recognition in processBusinessCard method description > Output file format.
Please sign in to leave a comment.