UNPKG

vision-ocr

Version:

Image to markdown (OCR) with Llama 3.2 Vision.

6 lines (5 loc) 201 B
export declare function ocr({ filePath, apiKey, model, }: { filePath: string; apiKey?: string; model?: "llama-3.2-11b-vision-preview" | "llama-3.2-90b-vision-preview"; }): Promise<string>;