UNPKG

documind

Version:

Intelligent document processing and extraction.

3 lines (2 loc) 216 B
import { CompletionArgs, CompletionResponse } from "./types"; export declare const getCompletion: ({ apiKey, imagePath, llmParams, maintainFormat, model, priorPage, }: CompletionArgs) => Promise<CompletionResponse>;