UNPKG

vision-ocr

Version:

Image to markdown (OCR) with Llama 3.2 Vision.

11 lines 261 B
{ "compilerOptions": { "target": "es2020", "module": "commonjs", "outDir": "./dist", "declaration": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true } }