patch tags
This commit is contained in:
@@ -140,6 +140,7 @@ impl JobHandler for GenerateOcrTextJob {
|
||||
&s3_key,
|
||||
generation.text.into_bytes(),
|
||||
Some("text/plain".into()),
|
||||
None,
|
||||
)
|
||||
.await
|
||||
{
|
||||
|
||||
@@ -118,6 +118,7 @@ impl JobHandler for GenerateThumbnailsJob {
|
||||
&s3_key,
|
||||
generation.image_bytes.clone(),
|
||||
Some("image/png".into()),
|
||||
None,
|
||||
)
|
||||
.await
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user