diff --git a/apps/red-ui/src/app/modules/shared-dossiers/components/file-actions/file-actions.component.ts b/apps/red-ui/src/app/modules/shared-dossiers/components/file-actions/file-actions.component.ts index 2f2bbc284..e468ad1a5 100644 --- a/apps/red-ui/src/app/modules/shared-dossiers/components/file-actions/file-actions.component.ts +++ b/apps/red-ui/src/app/modules/shared-dossiers/components/file-actions/file-actions.component.ts @@ -265,6 +265,7 @@ export class FileActionsComponent implements OnChanges { tooltip: _('dossier-overview.ocr-file'), icon: 'iqser:ocr', show: this.showOCR, + helpModeKey: 'automatic_text_recognition', }, { id: 'reanalyse-file-btn', diff --git a/apps/red-ui/src/assets/help-mode/help-mode-keys.json b/apps/red-ui/src/assets/help-mode/help-mode-keys.json index d3a1fdafb..160c48874 100644 --- a/apps/red-ui/src/assets/help-mode/help-mode-keys.json +++ b/apps/red-ui/src/assets/help-mode/help-mode-keys.json @@ -506,6 +506,11 @@ "documentKey": "dossier_stop_analysis", "scrollableParentView": "VIRTUAL_SCROLL" }, + { + "elementKey": "dossier_automatic_text_recognition", + "documentKey": "dossier_automatic_text_recognition", + "scrollableParentView": "VIRTUAL_SCROLL" + }, { "elementKey": "dossier_download", "documentKey": "dossier_download", @@ -591,6 +596,10 @@ "elementKey": "editor_close", "documentKey": "editor_close" }, + { + "elementKey": "editor_automatic_text_recognition", + "documentKey": "editor_automatic_text_recognition" + }, { "elementKey": "scm_edit_DIALOG", "documentKey": "scm_edit",