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
/
tsconfig.json
12 lines
(11 loc)
•
230 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"target"
:
"es2020"
,
"module"
:
"commonjs"
,
"outDir"
:
"./dist"
,
"declaration"
:
true
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"skipLibCheck"
:
true
}
}