Dear all master,
there are a lot of interesting project in github, for eg, one of the OCR project https://github.com/Nutlope/llama-ocr,
the code to use it :
import { ocr } from "llama-ocr";
const markdown = await ocr({
filePath: "./trader-joes-receipt.jpg", // path to your image (soon PDF!)
apiKey: process.env.TOGETHER_API_KEY, // Together AI API key
});
My question is can VFP interact with it ?
Thanks in advance.
Regards,
there are a lot of interesting project in github, for eg, one of the OCR project https://github.com/Nutlope/llama-ocr,
the code to use it :
import { ocr } from "llama-ocr";
const markdown = await ocr({
filePath: "./trader-joes-receipt.jpg", // path to your image (soon PDF!)
apiKey: process.env.TOGETHER_API_KEY, // Together AI API key
});
My question is can VFP interact with it ?
Thanks in advance.
Regards,