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

ScanBusinessCardWithAbbyy ( Document )

Parameters

Document The Document with the business card image. Type: Document

Return Type

Dictionary<Any,Any>

Last updated