dhaga.docs
API referenceFunctions

emptyExtractedContact()

function emptyExtractedContact(): object;

Defined in: schemas/contact.ts:64

An empty extraction result, used as the base for capture review.

Returns

object

name

name: string;

title

title: string | null;

company

company: string | null;

emails

emails: string[];

phones

phones: string[];
links: string[];

location

location: string | null;

On this page