Change: rename redo OCR to reprocess (#6866)

This commit is contained in:
shamoon
2024-05-31 11:41:52 -07:00
committed by GitHub
parent 324a2aa1c6
commit d558367642
10 changed files with 50 additions and 44 deletions

View File

@@ -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,