Rentenversicherer/services
Claude f7f899dce7
fix: Simplify PDF filling - use fillable fields directly
The previous approach was overcomplicated with LaTeX templates.
Now the system simply:

1. Detects PDF form fields (AcroForm)
2. Sends field names to Gemini for data extraction
3. Gemini returns 'key' matching exact PDF field names
4. Fields are filled directly in the original PDF

Removed:
- LaTeX template detection logic
- G2210-specific field definitions
- Complex mode switching

The fillable PDF approach is simpler and more reliable.

https://claude.ai/code/session_016pQhdznHZ74Fpkvwr3cLBq
2026-01-29 19:00:18 +00:00
..
apiKeyService.ts feat: Store API key locally in browser instead of build-time 2026-01-28 19:07:38 +00:00
geminiService.ts fix: Simplify PDF filling - use fillable fields directly 2026-01-29 19:00:18 +00:00
latexService.ts feat: Add LaTeX template-based form filling for G2210-11 2026-01-29 18:29:22 +00:00
pdfService.ts feat: Initialize AutoForm AI project structure 2026-01-28 19:23:47 +01:00