mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-14 00:26:21 +00:00
Change: rename redo OCR to reprocess (#6866)
This commit is contained in:
@@ -165,7 +165,7 @@ def delete(doc_ids: list[int]):
|
||||
return "OK"
|
||||
|
||||
|
||||
def redo_ocr(doc_ids: list[int]):
|
||||
def reprocess(doc_ids: list[int]):
|
||||
for document_id in doc_ids:
|
||||
update_document_archive_file.delay(
|
||||
document_id=document_id,
|
||||
|
Reference in New Issue
Block a user