llama-ocr
Version:
Image to markdown (OCR) with Llama 3.2 Vision.
34 lines (33 loc) • 681 B
JSON
{
"name": "llama-ocr",
"version": "0.0.6",
"description": "Image to markdown (OCR) with Llama 3.2 Vision.",
"author": "Hassan El Mghari (@nutlope)",
"repository": {
"type": "git",
"url": "git+https://github.com/Nutlope/llama-ocr.git"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "tsx ./test/index.ts"
},
"devDependencies": {
"@types/node": "^22.9.0",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
},
"keywords": [
"together ai",
"vLLMs",
"open source",
"AI models",
"OCR",
"Llama"
],
"dependencies": {
"together-ai": "^0.9.0"
}
}