Skip to content

Commit

Permalink
update tour
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolarosa committed Jul 24, 2024
1 parent 41dd41d commit fe45470
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions src/tour.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const cards = [
image: "/images/tour/desktop1.webp",
},
{
text: "<p>Wherever you are, pressing the 'Help' button in the navigation bar activates context sensitive help. The documentation link next to it opens context specific documentation in your browser.</p>",
text: "<p>Wherever you are, pressing the 'Help' button in the navigation bar activates context sensitive help. The documentation link next to it opens up the user guide for that page in your browser.</p>",
image: "/images/tour/desktop2.webp",
},
{
Expand Down Expand Up @@ -58,9 +58,17 @@ const cards = [
text: `<p>Navigating to the entity we can then start managing its data. Shown is the Geometry component which enables creating
a custom geometry for the Geo property. In this case, we've defined a geographical area of Australia.</p>`,
image: "/images/tour/desktop7.webp",
},
{
text: `<p>
An important part of any description process is quality assurance. For example, do all the person descriptions have given name
and family name defined? In this image we can easily review the descriptions for the 3 people described and see that some of them
are incomplete.
</p>`,
image: "/images/guide-browse/browse3.webp",
},
{
text: `<p>If you register with describo.cloud and purchase credits, Describo can perform bulk transformations on your data. From
text: `<p>If you register with describo.cloud and purchase credits, Describo can help you perform bulk transformations on your data. From
recognising and marking up named entities to extracting the topics, themes and subjects contained, getting to know your data has
never been easier.
<p>
Expand All @@ -69,7 +77,7 @@ const cards = [
image: "/images/guide-transform/transform1.webp",
},
{
text: `<p>If you register with describo.cloud and purchase credits, Describo can perform Optical Character Recoginition (OCR) and entity recognition of your data. Even without the cloud service, you can mark
text: `<p>Describo can perform Optical Character Recoginition (OCR) and entity recognition of your data. Even without the cloud service, you can mark
up entities and create rich datasets of entities mentioned in your data.</p>
<p>
<a href="/docs/guide/transcribing-content" target="_blank">See the documentation for more information.</a>
Expand Down Expand Up @@ -139,10 +147,6 @@ const cards = [
text: `<p>And here we see the licence applied.</p>`,
image: "/images/tour/desktop17.webp",
},
{
text: `<p>Finally, application settings can be changed as required.</p>`,
image: "/images/tour/desktop18.webp",
},

];
</script>
Expand Down

0 comments on commit fe45470

Please sign in to comment.