RED-8253- Create new help mode links

This commit is contained in:
Valentin Mihai 2024-02-19 13:13:43 +02:00
parent f3222a70ed
commit a24f920e57
2 changed files with 10 additions and 0 deletions

View File

@ -265,6 +265,7 @@ export class FileActionsComponent implements OnChanges {
tooltip: _('dossier-overview.ocr-file'), tooltip: _('dossier-overview.ocr-file'),
icon: 'iqser:ocr', icon: 'iqser:ocr',
show: this.showOCR, show: this.showOCR,
helpModeKey: 'automatic_text_recognition',
}, },
{ {
id: 'reanalyse-file-btn', id: 'reanalyse-file-btn',

View File

@ -506,6 +506,11 @@
"documentKey": "dossier_stop_analysis", "documentKey": "dossier_stop_analysis",
"scrollableParentView": "VIRTUAL_SCROLL" "scrollableParentView": "VIRTUAL_SCROLL"
}, },
{
"elementKey": "dossier_automatic_text_recognition",
"documentKey": "dossier_automatic_text_recognition",
"scrollableParentView": "VIRTUAL_SCROLL"
},
{ {
"elementKey": "dossier_download", "elementKey": "dossier_download",
"documentKey": "dossier_download", "documentKey": "dossier_download",
@ -591,6 +596,10 @@
"elementKey": "editor_close", "elementKey": "editor_close",
"documentKey": "editor_close" "documentKey": "editor_close"
}, },
{
"elementKey": "editor_automatic_text_recognition",
"documentKey": "editor_automatic_text_recognition"
},
{ {
"elementKey": "scm_edit_DIALOG", "elementKey": "scm_edit_DIALOG",
"documentKey": "scm_edit", "documentKey": "scm_edit",