Skip to main content

Function: extractFacilityContractTerms()

extractFacilityContractTerms(pdfBase64): Promise<Result<infer<any>, AiError>>

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

Extract structured contract terms from a base64-encoded PDF.

Parameters

pdfBase64

string

Returns

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