echos-ocr/src/lib
Randall Stillwell 2db14b7336 Switch to Vercel AI Gateway for multi-provider OCR
Replace individual provider SDKs (@ai-sdk/openai, @ai-sdk/google,
@ai-sdk/anthropic) with the Vercel AI Gateway. Cloud models are now
accessed via a single AI_GATEWAY_API_KEY with provider/model strings
(e.g. openai/gpt-4o-mini, google/gemini-2.5-flash). Ollama remains
available as a local fallback via @ai-sdk/openai-compatible.

Made-with: Cursor
2026-03-11 11:05:38 -05:00
..
ai-ocr.ts Switch to Vercel AI Gateway for multi-provider OCR 2026-03-11 11:05:38 -05:00
db.ts Build Echo OCR app: full-stack response card scanner 2026-03-10 07:17:45 -05:00
minio.ts Add database auto-migration, storage cleanup, and startup fixes 2026-03-10 13:21:05 -05:00
ocr.ts Integrate Vercel AI SDK for multi-provider OCR 2026-03-11 09:24:15 -05:00
ollama.ts Build Echo OCR app: full-stack response card scanner 2026-03-10 07:17:45 -05:00
pdf.ts Build Echo OCR app: full-stack response card scanner 2026-03-10 07:17:45 -05:00
utils.ts feat: initial commit 2026-03-09 15:31:45 -05:00
watcher.ts Build Echo OCR app: full-stack response card scanner 2026-03-10 07:17:45 -05:00