Catalog/imagecatalog/Services
MaddoScientisto 3c722a66df feat: Add AI extraction service and related view models
- Introduced `IAiExtractionService` and its implementation `AiExtractionService` for processing images and extracting text.
- Created `AiResultItem` model to hold results from AI extraction.
- Added `ImageProcessingCoordinator` to manage image processing tasks and provide progress updates.
- Implemented view models for AI settings, path settings, processing state, race upload settings, and visual settings to support UI binding.
- Updated `Program.cs` to register new services and dependencies.
- Modified project file to skip MinVer execution during local builds.
2026-03-12 18:48:13 +01:00
..
AiExtractionService.cs feat: Add AI extraction service and related view models 2026-03-12 18:48:13 +01:00
IAiExtractionService.cs feat: Add AI extraction service and related view models 2026-03-12 18:48:13 +01:00
IImageProcessingCoordinator.cs feat: Add AI extraction service and related view models 2026-03-12 18:48:13 +01:00
ImageProcessingCoordinator.cs feat: Add AI extraction service and related view models 2026-03-12 18:48:13 +01:00
ISettingsService.cs Migration to MVVM 2026-02-04 19:48:03 +01:00
SettingsService.cs Refactor thumbnail options to enum and ComboBox UI 2026-02-16 19:55:37 +01:00
TestService.cs Added dependency injection 2024-10-14 22:18:03 +02:00