# Integrations

## ScanBusinessCardWithAbbyy

Takes a picture from a business card, analyzes the content and displays the scanned information as a Dictionary. Hint: The "VCardService" class from the ABBYY adapter must be added to the app, otherwise this Script Action cannot be used. Structure of the Dictionary:Dictionary\<string,obj> { 'Firstname': String 'Name': String 'OrganisationName': String 'OrganisationDepartment': String 'Profession': String 'Surname': String 'Title': String 'BusinessCardEmails': List \[ Dictionary\<string,obj> { 'Email': String 'Name': String 'Type': String }] 'BusinessCardPhoneNumbers': List \[ Dictionary\<string,obj> { 'Phone': String 'Name': String 'Type': String }] 'BusinessCardAddresses': List \[ Dictionary\<string,obj> { 'Name': String 'Type': String 'City': String 'Country': String 'PostCode': String 'Region': String 'Street': String }]

#### Syntax <a href="#pragma-line-7044" id="pragma-line-7044"></a>

```
ScanBusinessCardWithAbbyy ( Document )
```

#### Parameters <a href="#pragma-line-7050" id="pragma-line-7050"></a>

***Document***\
&#x20;The Document with the business card image.\
&#x20;Type: Document

#### Return Type <a href="#pragma-line-7057" id="pragma-line-7057"></a>

Dictionary\<Any,Any>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tivity.one/building-an-application/execution/scripting/functions/integrations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
