fix: Simplify PDF filling - use fillable fields directly #6

Merged
Kenearos merged 1 commit from claude/fix-latex-form-filling-GbQtu into main 2026-01-29 20:31:17 +01:00
Kenearos commented 2026-01-29 20:31:10 +01:00 (Migrated from github.com)

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

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
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: its-consulting/Rentenversicherer#6
No description provided.