diff --git a/docs/api.md b/docs/api.md
index 07714e690..57aff3055 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -403,7 +403,7 @@ The following methods are supported:
- Requires `parameters`: `{ "add_tags": [LIST_OF_TAG_IDS] }` and / or `{ "remove_tags": [LIST_OF_TAG_IDS] }`
- `delete`
- No `parameters` required
-- `redo_ocr`
+- `reprocess`
- No `parameters` required
- `set_permissions`
- Requires `parameters`:
diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index f9d0c591a..2cdb7a78a 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -2257,18 +2257,10 @@
src/app/components/admin/users-groups/users-groups.component.ts166
-
- src/app/components/document-detail/document-detail.component.ts
- 821
- src/app/components/document-list/bulk-editor/bulk-editor.component.ts714
-
- src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 753
- src/app/components/manage/custom-fields/custom-fields.component.ts73
@@ -5428,8 +5420,8 @@
36
-
- Redo OCR
+
+ Reprocesssrc/app/components/document-detail/document-detail.component.html49
@@ -5901,8 +5893,8 @@
799
-
- Redo OCR confirm
+
+ Reprocess confirmsrc/app/components/document-detail/document-detail.component.ts819
@@ -5912,15 +5904,22 @@
751
-
- This operation will permanently redo OCR for this document.
+
+ This operation will permanently recreate the archive file for this document.src/app/components/document-detail/document-detail.component.ts820
-
- Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.
+
+ The archive file will be re-generated with the current settings.
+
+ src/app/components/document-detail/document-detail.component.ts
+ 821
+
+
+
+ Reprocess operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.src/app/components/document-detail/document-detail.component.ts831
@@ -6372,13 +6371,20 @@
716
-
- This operation will permanently redo OCR for selected document(s).
+
+ This operation will permanently recreate the archive files for selected document(s).src/app/components/document-list/bulk-editor/bulk-editor.component.ts752
+
+ The archive files will be re-generated with the current settings.
+
+ src/app/components/document-list/bulk-editor/bulk-editor.component.ts
+ 753
+
+ This operation will permanently rotate the original version of document(s).
diff --git a/src-ui/src/app/components/document-detail/document-detail.component.html b/src-ui/src/app/components/document-detail/document-detail.component.html
index 0119955d9..8486e1816 100644
--- a/src-ui/src/app/components/document-detail/document-detail.component.html
+++ b/src-ui/src/app/components/document-detail/document-detail.component.html
@@ -45,8 +45,8 @@