mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 00:57:09 +01:00
Change: rename redo OCR to reprocess (#6866)
This commit is contained in:
parent
324a2aa1c6
commit
d558367642
10 changed files with 50 additions and 44 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue