Skip to content

Commit c4765ef

Browse files
c-wmargaretmeehan
authored andcommitted
Fix alt tags
1 parent 35c5ffa commit c4765ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Now, open a Web browser and go to <http://127.0.0.1:8000/login/>. You should see
190190

191191
Now, try logging in with the superuser account you created in the previous step. You should see the doccano project list page:
192192

193-
<img src="./docs/projects.png" alt="projects" width=600>
193+
<img src="./docs/projects.png" alt="Projects page" width=600>
194194

195195
There is no project created yet. To create your project, make sure you’re in the project list page and select `Create Project` button. You should see the following screen:
196196

@@ -245,19 +245,19 @@ Click `Labels` button in left bar to define your own labels. You should see the
245245

246246
Click `Users` button in left bar to assign project users to annotator, admin, or annotation approval roles.
247247

248-
<img src="./docs/user_page.png" alt="Edit label" width=600>
248+
<img src="./docs/user_page.png" alt="Assign users to roles on project" width=600>
249249

250250
### Annotation
251251

252252
Now, you are ready to annotate the texts. Just click the `Annotate Data` button in the navigation bar, you can start to annotate the documents you uploaded.
253253

254-
<img src="./docs/annotation.png" alt="Edit label" width=600>
254+
<img src="./docs/annotation.png" alt="Annotate data" width=600>
255255

256256
### Export Data
257257

258258
After the annotation step, you can download the annotated data. Click the `Edit data` button in navigation bar, and then click `Export Data`. You should see below screen:
259259

260-
<img src="./docs/export_data.png" alt="Edit label" width=600>
260+
<img src="./docs/export_data.png" alt="Export data" width=600>
261261

262262
You can export data as CSV file or JSON file by clicking the button. As for the export file format, you can check it here: [Export File Formats](https://github.com/chakki-works/doccano/wiki/Export-File-Formats).
263263

0 commit comments

Comments
 (0)