0.0.4 • Published 7 months ago
llama-latex v0.0.4
Installation
npm i llama-latex
Usage
import { img2latex } from "llama-latex";
const latex = await img2latex({
filePath: "./test/maxwell_distribution.png", // path to your image
apiKey: process.env.TOGETHER_API_KEY, // Together AI API key
});
Credit
This project was inspired by @nutlope's llama-ocr. Go check them out!