> For the complete documentation index, see [llms.txt](https://docs.tivity.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tivity.one/building-an-application/execution/scripting/functions/integrations.md).

# 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>
