This commit is contained in:
2025-10-29 12:08:33 +01:00
parent 3731b90f6c
commit 6354f7e189
5 changed files with 89 additions and 42 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ impl JobHandler for GenerateOcrTextJob {
.await
{
Ok(bytes) => bytes,
Err(err) => return handle_fetch_error(job, err, "failed to fetch document for ocr"),
Err(err) => return handle_fetch_error(&job, err, "failed to fetch document for ocr"),
};
let doc_meta = PdfDocumentMeta {