RED-8253- Create new help mode links
This commit is contained in:
parent
f3222a70ed
commit
a24f920e57
@ -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',
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user