UNPKG

@aidalinfo/pdf-processor

Version:

Powerful PDF data extraction library powered by AI vision models. Transform PDFs into structured, validated data using TypeScript, Zod, and AI providers like Scaleway and Ollama.

13 lines (12 loc) 495 B
/** * Handler pour l'extraction configurable */ export declare function handleExtractRequest(req: Request, corsHeaders: Record<string, string>): Promise<Response>; /** * Handler pour l'extraction de factures */ export declare function handleInvoiceRequest(req: Request, corsHeaders: Record<string, string>): Promise<Response>; /** * Handler pour l'extraction de tableaux */ export declare function handleTablesRequest(req: Request, corsHeaders: Record<string, string>): Promise<Response>;