feat: adds PDF import with conversion to JSON 1.0 #1

Merged
admin merged 1 commits from pdf2json-feat into main 2026-03-13 10:40:03 +00:00
Owner
  • Accept only PDF and JSON files in import modal and API
  • Convert PDF statements to JSON 1.0 via LLM (OpenAI-compatible)
  • Use multipart/form-data for file upload (multer, 15 MB limit)
  • Add LLM_API_KEY and LLM_API_BASE_URL for configurable LLM endpoint
  • Update ImportModal to validate type and send FormData
  • Add postFormData to API client for file upload
- Accept only PDF and JSON files in import modal and API - Convert PDF statements to JSON 1.0 via LLM (OpenAI-compatible) - Use multipart/form-data for file upload (multer, 15 MB limit) - Add LLM_API_KEY and LLM_API_BASE_URL for configurable LLM endpoint - Update ImportModal to validate type and send FormData - Add postFormData to API client for file upload
admin added 1 commit 2026-03-13 10:39:41 +00:00
- Accept only PDF and JSON files in import modal and API
- Convert PDF statements to JSON 1.0 via LLM (OpenAI-compatible)
- Use multipart/form-data for file upload (multer, 15 MB limit)
- Add LLM_API_KEY and LLM_API_BASE_URL for configurable LLM endpoint
- Update ImportModal to validate type and send FormData
- Add postFormData to API client for file upload
admin merged commit 0638885812 into main 2026-03-13 10:40:03 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/family_budget#1