migriert von github.com/Kenearos/Rentenversicherer
Find a file
Claude 19e96ef59b
feat: Add LaTeX template-based form filling for G2210-11
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
2026-01-29 18:29:22 +00:00
components feat: Add LaTeX template-based form filling for G2210-11 2026-01-29 18:29:22 +00:00
services feat: Add LaTeX template-based form filling for G2210-11 2026-01-29 18:29:22 +00:00
templates feat: Add LaTeX template-based form filling for G2210-11 2026-01-29 18:29:22 +00:00
tests feat: Add comprehensive test suite for all services and components 2026-01-28 18:52:43 +00:00
.gitignore chore: Add Python cache directories to .gitignore 2026-01-28 18:53:25 +00:00
App.tsx feat: Store API key locally in browser instead of build-time 2026-01-28 19:07:38 +00:00
Dockerfile feat: Add LaTeX template-based form filling for G2210-11 2026-01-29 18:29:22 +00:00
fill_pdf.py feat: Add PDF form filler script for AcroForm fields 2026-01-28 18:36:54 +00:00
index.html feat: Add Railway deployment configuration 2026-01-28 18:59:50 +00:00
index.tsx feat: Initialize AutoForm AI project structure 2026-01-28 19:23:47 +01:00
latex_service.py feat: Add LaTeX template-based form filling for G2210-11 2026-01-29 18:29:22 +00:00
metadata.json feat: Initialize AutoForm AI project structure 2026-01-28 19:23:47 +01:00
package-lock.json feat: Add Railway deployment configuration 2026-01-28 18:59:50 +00:00
package.json feat: Add LaTeX template-based form filling for G2210-11 2026-01-29 18:29:22 +00:00
railway.toml feat: Add LaTeX template-based form filling for G2210-11 2026-01-29 18:29:22 +00:00
README.md feat: Initialize AutoForm AI project structure 2026-01-28 19:23:47 +01:00
requirements.txt feat: Add LaTeX template-based form filling for G2210-11 2026-01-29 18:29:22 +00:00
server.py feat: Add LaTeX template-based form filling for G2210-11 2026-01-29 18:29:22 +00:00
tsconfig.json feat: Initialize AutoForm AI project structure 2026-01-28 19:23:47 +01:00
types.ts feat: Initialize AutoForm AI project structure 2026-01-28 19:23:47 +01:00
vite.config.ts feat: Initialize AutoForm AI project structure 2026-01-28 19:23:47 +01:00
vitest.config.ts feat: Add comprehensive test suite for all services and components 2026-01-28 18:52:43 +00:00

GHBanner

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

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev