UNPKG

llama-ocr

Version:

Image to markdown (OCR) with Llama 3.2 Vision.

6 lines (5 loc) 194 B
export declare function ocr({ filePath, apiKey, model, }: { filePath: string; apiKey?: string; model?: "Llama-3.2-90B-Vision" | "Llama-3.2-11B-Vision" | "free"; }): Promise<string>;