feature: Optional OCR-Assisted Draft Pre-Fill

This commit is contained in:
voltsrage
2026-06-28 01:28:54 +08:00
parent 5039dbb979
commit c160c5f912
42 changed files with 3592 additions and 33 deletions
+1
View File
@@ -24,6 +24,7 @@ public class AppDbContext : DbContext
public DbSet<LiveObservation> LiveObservations => Set<LiveObservation>();
public DbSet<PromotionAttempt> PromotionAttempts => Set<PromotionAttempt>();
public DbSet<CoverSheet> CoverSheets => Set<CoverSheet>();
public DbSet<OcrResult> OcrResults => Set<OcrResult>();
protected override void OnModelCreating(ModelBuilder modelBuilder)
{