Static, browser-based app that OCRs Hebrew/Jewish texts using vision LLMs (Anthropic, Google, OpenAI, Vercel AI Gateway), provides a side-by-side image + text editor with LLM-driven proofread suggestions as accept/reject diff cards, and exports the result as DOCX.
npm install
npm run devnpm run buildnpm testThe workflow at .github/workflows/deploy.yml builds with
VITE_BASE=/llm_ocr_web/ and publishes dist/ on every push to main or
master. Set GitHub Pages source to "GitHub Actions" in repo settings.
MIT