worker: ocr upload as utf8

This commit is contained in:
2025-10-29 11:16:22 +01:00
parent ee8955574f
commit 788858f0c1
+1 -1
View File
@@ -172,7 +172,7 @@ impl JobHandler for GenerateOcrTextJob {
.put_object(
&s3_key,
generation.text.into_bytes(),
Some("text/plain".into()),
Some("text/plain; charset=utf-8".into()),
None,
)
.await