migriert von github.com/Kenearos/Rentenversicherer
Replace unreliable visual overlay mode with precise LaTeX templates: - Add LaTeX template for G2210-11 (Ärztlicher Befundbericht der WAG) - Create Python Flask backend for LaTeX compilation (latex_service.py, server.py) - Add frontend latexService.ts for API communication - Update ReviewPanel with LaTeX mode toggle and preview - Enhance Gemini prompts with G2210-11 specific field extraction - Add Dockerfile with TeX Live for Railway deployment - Update railway.toml to use Docker builder The LaTeX approach ensures accurate field placement and proper formatting for German medical/insurance forms. https://claude.ai/code/session_016pQhdznHZ74Fpkvwr3cLBq |
||
|---|---|---|
| components | ||
| services | ||
| templates | ||
| tests | ||
| .gitignore | ||
| App.tsx | ||
| Dockerfile | ||
| fill_pdf.py | ||
| index.html | ||
| index.tsx | ||
| latex_service.py | ||
| metadata.json | ||
| package-lock.json | ||
| package.json | ||
| railway.toml | ||
| README.md | ||
| requirements.txt | ||
| server.py | ||
| tsconfig.json | ||
| types.ts | ||
| vite.config.ts | ||
| vitest.config.ts | ||
Run and deploy your AI Studio app
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1eOJcZ5qjOqVKG1eSXvA6HRcCwqcgcuGO
Run Locally
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev