worker: ocr upload as utf8
This commit is contained in:
@@ -172,7 +172,7 @@ impl JobHandler for GenerateOcrTextJob {
|
|||||||
.put_object(
|
.put_object(
|
||||||
&s3_key,
|
&s3_key,
|
||||||
generation.text.into_bytes(),
|
generation.text.into_bytes(),
|
||||||
Some("text/plain".into()),
|
Some("text/plain; charset=utf-8".into()),
|
||||||
None,
|
None,
|
||||||
)
|
)
|
||||||
.await
|
.await
|
||||||
|
|||||||
Reference in New Issue
Block a user