Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added information about prefix #7147

Merged
merged 5 commits into from
Nov 17, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated tables
  • Loading branch information
mdacoca committed Nov 16, 2023
commit 79a64ec911a69910be3afef2689339626237cc3c
16 changes: 7 additions & 9 deletions site/content/en/docs/manual/basics/create_an_annotation_task.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@ To add an attribute, do the following:
6. (Optional) To set the default attribute, hover over it with mouse cursor and
click on it. The default attribute will change color to blue.

![Default attribute](/images/default_attribute.jpg)

![Default attribute](/images/default_attribute.jpg)

To delete an attribute, click **Delete attribute**.

Expand All @@ -167,12 +166,12 @@ There are several ways to upload files:

<!--lint disable maximum-line-length-->

| Data source | Description |
| -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| My computer | Use this option to select files from your laptop or PC. <br> To select file: <br>1. Click on the **Select files** field: <br>![Select files](/images/select_files.jpg). <br> 2. Select files to upload. |
| Connected file share | **Advanced option**. <br>Upload files from a local or cloud shared folder. <br>**Note**, that you need to mount a fileshare first. <br>For more information, see [Share path](/docs/administration/basics/installation/#share-path) |
| Remote source | Enter a list of URLs (one per line) in the field. |
| Cloud Storage | **Advanced option**. <br>To upload files from cloud storage, type the cloud storage name, (otional) choose the manifest file, and select the required files. <br> For more information, see [Attach cloud storage](/docs/manual/basics/attach-cloud-storage/). Use the search feature to find a file (by file name) from the connected cloud storage.|
| Data source | Description |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| My computer | Use this option to select files from your laptop or PC. <br> To select file: <br>1. Click on the **Select files** field: <br>![Select files](/images/select_files.jpg). <br> 2. Select files to upload. |
| Connected file share | **Advanced option**. <br>Upload files from a local or cloud shared folder. <br>**Note**, that you need to mount a fileshare first. <br>For more information, see [Share path](/docs/administration/basics/installation/#share-path) |
| Remote source | Enter a list of URLs (one per line) in the field. |
| Cloud Storage | **Advanced option**. <br>To upload files from cloud storage, type the cloud storage name, (otional) choose the manifest file, and select the required files. <br> For more information, see [Attach cloud storage](/docs/manual/basics/attach-cloud-storage/). Use the search feature to find a file (by file name) from the connected cloud storage. |
Marishka17 marked this conversation as resolved.
Show resolved Hide resolved

<!--lint enable maximum-line-length-->

Expand Down Expand Up @@ -240,7 +239,6 @@ To create a 3D task, you must prepare an archive with one of the following direc
{{< /tab >}}
{{< /tabpane >}}


## Advanced configuration

Use advanced configuration to set additional parameters for the task
Expand Down
Loading