LearnAI
Новинки AI · AI, который видит · Lesson 5/10
← To the catalog
Task

Business card in phone contact

Make a request to the sighted AI to get the contact in clear fields. Return JSON {"prompt":"...","fields":"...","normalization":"..."}: prompt - task, fields - which fields to extract so that the contact is ready for import, normalization - how to bring the values ​​to a single form and what to do with the unrecognized ones.

Unlock access to submit solutions for instant AI review.
Digitize business cards
💡 A piece of theory

A business card is a small but dense picture: name, position, company, phone numbers, mail, website, sometimes in a designer font. AI recognizes all this and can sort it into fields - but only if you ask for the fields, and not “rewrite the business card.” Pro's trick: set separate keys - name, position, company, phone numbers (in a list, because there are often two of them), email, website. Then the result is ready to be imported into contacts. The second technique is normalization: ask to bring the phone to the international format (plus, country code), and not to invent dubious characters. So the number can be called immediately, without manual cleaning. Hidden lever: if a field is unreadable, have the AI ​​leave it blank rather than fill in a similar one - better a hole than an incorrect email. Another nuance: the AI ​​may mistake the logo and slogan for a position - be warned that the company name is separate from the motto. A typical rookie mistake: lumping everything into one line “name phone mail” - then it’s impossible to sort or import.

How is it assessed · passing 70

  • 1Valid JSON without text around it25%
  • 2There are fields prompt, fields, normalization25%
  • 3Separate fields and normalization50%
Your promptClaude ⌄
🔒

Unlock access to submit solutions for instant AI review.