From d5583676423a33cd039d770b74221406c08074f9 Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Fri, 31 May 2024 11:41:52 -0700
Subject: [PATCH] Change: rename redo OCR to reprocess (#6866)
---
docs/api.md | 2 +-
src-ui/messages.xlf | 42 +++++++++++--------
.../document-detail.component.html | 4 +-
.../document-detail.component.spec.ts | 8 ++--
.../document-detail.component.ts | 12 +++---
.../bulk-editor/bulk-editor.component.html | 4 +-
.../bulk-editor/bulk-editor.component.spec.ts | 4 +-
.../bulk-editor/bulk-editor.component.ts | 10 ++---
src/documents/bulk_edit.py | 2 +-
src/documents/serialisers.py | 6 +--
10 files changed, 50 insertions(+), 44 deletions(-)
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 @@