Commit Graph

8 Commits

Author SHA1 Message Date
Nils-Johan Gynther 723730fd2f feat: Update documentation with new receipt categorization rules and test infrastructure details
Co-authored-by: Copilot <copilot@github.com>
2026-05-03 19:58:04 +02:00
Nils-Johan Gynther a5f6ebe6ff feat: Update documentation with recent improvements and status for microservice importer
Co-authored-by: Copilot <copilot@github.com>
2026-05-03 17:03:25 +02:00
Nils-Johan Gynther 5879712a7f feat: Update README and next steps with Mistral AI model details and parsing rules for receipts
Co-authored-by: Copilot <copilot@github.com>
2026-05-03 10:02:31 +02:00
Nils-Johan Gynther 1bb0eedd4f Update to .md-files 2026-05-01 00:27:30 +02:00
Nils-Johan Gynther 9db794a3be docs: Update README to emphasize cross-platform coding practices 2026-04-24 15:20:15 +02:00
Nils-Johan Gynther e18bf79395 feat: Implement PDF document import functionality with Markdown conversion
- Added DocumentImportModule, DocumentImportController, and DocumentImportService for handling PDF uploads.
- Integrated pdf-parse for extracting text from PDF files.
- Created PdfParser for parsing PDF documents and converting them to Markdown format.
- Updated frontend to support file uploads via drag-and-drop and file input for PDF documents.
- Modified API routes to handle document import requests.
- Enhanced error handling for unsupported file types and file size limits.
- Updated README to reflect new features and usage instructions.
2026-04-12 18:57:40 +02:00
Nils-Johan Gynther a1a4f9beb3 Update README with comprehensive architecture and API documentation 2026-04-12 17:08:48 +02:00
Nils-Johan Gynther 1608eb4d70 Initial microservice-importer setup with NestJS backend and Next.js frontend 2026-04-12 16:58:23 +02:00