Rentenversicherer/components
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
..
ApiKeyModal.tsx feat: Store API key locally in browser instead of build-time 2026-01-28 19:07:38 +00:00
FileUpload.tsx feat: Initialize AutoForm AI project structure 2026-01-28 19:23:47 +01:00
ReviewPanel.tsx fix: Simplify PDF filling - use fillable fields directly 2026-01-29 19:00:18 +00:00