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

1 commit

Author SHA1 Message Date
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