Skip to main content

Function: extractCheckDetails()

extractCheckDetails(base64, mediaType): Promise<Result<infer<any>, AiError>>

Defined in: src/server/integrations/ai/anthropic.ts:162

Extract a check's amount + metadata from a base64 image or PDF (routing/account omitted).

Parameters

base64

string

mediaType

string

Returns

Promise<Result<infer<any>, AiError>>