We are going to leverage Amazon Comprehend to extract the contact information from the text that's detected on the business cards. First, let's explore this service using the AWS CLI.
The Contact Organizer needs to extract information from our business cards. Typically, text on business cards contains information such as the person's name, job title, organization, address, phone number, email, and so on.
The following is example text from a made-up contact:
AI Enterprise Inc.John SmithSenior Software Engineer123 Main Street Washington D.C. 20001john.smith@aienterprise.com(202) 123-4567
Let's see what Amazon Comprehend can extract from this example text. Issue the following AWS CLI command: ...