UNPKG
llama-ocr
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
Image to markdown (OCR) with Llama 3.2 Vision.
github.com/Nutlope/llama-ocr
Nutlope/llama-ocr
llama-ocr
/
dist
/
index.d.ts
6 lines
(5 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
function
ocr
(
{ filePath, apiKey, model, }: { filePath:
string
; apiKey?:
string
; model?:
"Llama-3.2-90B-Vision"
|
"Llama-3.2-11B-Vision"
|
"free"
; }
):
Promise
<
string
>;