intro:'Train a Segmentation or Transcription model.',
position:'bottom'
},
{
element:'#binarize-selected',
intro:'Binarize the color of selected images.',
position:'bottom'
},
{
element:'#segment-selected',
intro:'Segment selected images.',
position:'bottom'
},
{
element:'#transcribe-selected',
intro:'Transcribe automatically the selected images.',
position:'left'
},
{
element:"#cards-container",
intro:'This shows all the images for your manuscript. You can select one or multiple images for training, segmentation, transcribing, or export. Clicking on the [fas fa-edit] icon allows you to edit the segmentation and text. The [fa-align-left] icon shows you if the page has been segmented (green = yes, black = no, ‘pulsing’ green = segmentation in progress). The blue progress bar shows the amount of text that has been entered.\n',
position:'top'
}
]
});
}elseif(ONBOARDING_PAGE=='onboarding_edit'){
intro.setOptions({
steps:[
// {
// element: '#document-transcriptions',
// intro: 'Here you can select which transcription to display. You may have several transcriptions for a given page,<br> for instance a manual one and one created automatically, or two different editions that you have imported.',
// position: 'bottom',
// },
{
element:'#seg-panel-btn',
intro:'In this panel you can manually segment the image or correct the segmentation. You can draw regions or lines onto the image, or change existing lines or regions,<br> and you can also add categories to the different regions and lines (‘main text’, ‘marginal gloss’, ‘page number’ etc.)',
position:'left',
},
{
element:'#trans-panel-btn',
intro:'In this pane you can enter or correct a transcription line-by-line.<br> Clicking on a line of text will bring up a window showing the image of that line, and a box where you can enter or correct the transcription.',
position:'left',
},
{
element:'#diplo-panel-btn',
intro:'This shows another form for entering transcription.<br> Here you can enter and work with multiple lines at a time, for instance copying and pasting a block of text from another source.\n.',
position:'left',
},
]
});
}elseif(ONBOARDING_PAGE=='onboarding_models'){
intro.setOptions({
doneLabel:null,
steps:[{
element:'#models-table',
intro:'Here you manage Transcription and Segmentation models related to this document.',