UNPKG

llama-latex

Version:

Image to LaTeX with Llama 3.2 Vision.

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