diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-03-05 22:35:07 +1100 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-03-05 22:35:07 +1100 |
| commit | 350fdf262ced6d499153b1e7ffd8527ef60c7cba (patch) | |
| tree | 47734a083d888660606e6cf6cf158c93e69a9807 | |
| parent | 012e504a5ba0b42bdf9a39eafe9bf8bdf1cc7481 (diff) | |
Temporarily disable OCRolddev
| -rw-r--r-- | Services/OcrService.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Services/OcrService.cs b/Services/OcrService.cs index 1967234..4d21705 100644 --- a/Services/OcrService.cs +++ b/Services/OcrService.cs @@ -53,6 +53,8 @@ public class OcrService : IHostedService { } async Task ProcessAllAsync(CancellationToken ct) { + return; + using var scope = scopeFactory.CreateScope(); var mediaService = scope.ServiceProvider .GetRequiredService<IMediaService>(); |
