summaryrefslogtreecommitdiff
path: root/Services/OcrService.cs
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-03-05 22:35:07 +1100
committerJake Mannens <jake@asger.xyz>2026-03-05 22:35:07 +1100
commit350fdf262ced6d499153b1e7ffd8527ef60c7cba (patch)
tree47734a083d888660606e6cf6cf158c93e69a9807 /Services/OcrService.cs
parent012e504a5ba0b42bdf9a39eafe9bf8bdf1cc7481 (diff)
Temporarily disable OCRolddev
Diffstat (limited to 'Services/OcrService.cs')
-rw-r--r--Services/OcrService.cs2
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>();