Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mwerynski committed May 5, 2024
1 parent 3cebe50 commit c00b609
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions src/components/UploadImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,14 @@ const capitalize = (s: string) => s.charAt(0).toUpperCase() + s.slice(1)
<template>
<div class="upload-image__container">
<div class="upload-image__description">
<p>Here you can upload your image with text in different languages.</p>
<p>Below You can upload any picture containing text and our Artificial Inteligence will take care of everything!</p>
<p>
We will try to extract text from it and translate it to your native language and create
flashcards for you.
Any text will be extracted and translated accordingly. FishCards will be created.
</p>

<p>
Download the template file to see how it should look in order to upload it correctly
<a href="/template-image.png" download>download</a>
In case of uncertainty, <a href="/template-image.png" download>download</a> a template image and see for Yourself how easy is is!

</p>
</div>

Expand Down
6 changes: 3 additions & 3 deletions src/components/UploadText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ const emit = defineEmits<{
<template>
<div class="upload-text__container">
<div>
<p>Paste any foreign language text into the box below.</p>
<p>Upload text You wish to have a FishCard created!.</p>
<p>
This tool will intelligently break it down into smaller segments for your language learning
flashcards.
This tool will utilize Ariticial Intelligence to break down provided Text into phrases.
</p>
<p>From there You will be able to edit the phrases and translate them however You please!</p>
<p>Let's start learning!</p>
</div>
<div>
Expand Down

0 comments on commit c00b609

Please sign in to comment.