Business Card
Automatically parse business cards and extract structured KYC data using the pre-trained Business Card model template available in the Catalog.
Last updated
Was this helpful?
Automatically parse business cards and extract structured KYC data using the pre-trained Business Card model template available in the Catalog.
Documentation for the data schema of the Business Card model template.
Documentation for all fields present in the data schema.
Field accessors are used as the keys for accessing the values in the returned data. On the data schema interface, this is the "Field Name".
Field value types indicate how the value is returned by the API. On the data schema interface, this is the "Field Type".
The name of the person on the business card.
Accessor: name
Value Type: string
Has a single value.
The job title of the person on the business card.
Accessor: job_title
Value Type: string
Has a single value.
The company name on the business card.
Accessor: company
Value Type: string
Has a single value.
The phone number on the business card.
Accessor: phone_number
Value Type: string
Has a single value.
The email address on the business card.
Accessor: email_address
Value Type: string
Has a single value.
Last updated
Was this helpful?
Was this helpful?

