0.0.4 • Published 7 months ago

llama-latex v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago


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!

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago