start README
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- OCR
|
4 |
+
- HTR
|
5 |
+
pretty_name: Tschörmen
|
6 |
+
---
|
7 |
+
|
8 |
+
# Tschörmen
|
9 |
+
A collection of manually handwritten random German text chunks, i.e.
|
10 |
+
text snippets, words, word snippets.
|
11 |
+
|
12 |
+
The text data originated from +++ insert ds source +++, the words and word snippets are the
|
13 |
+
150 most common and 150 least common words and snippets within the base data.
|
14 |
+
|
15 |
+
+++ insert frequency plot +++
|
16 |
+
|
17 |
+
## Description
|
18 |
+
This string data can be found under the `labels` column.
|
19 |
+
|
20 |
+
Apart from the labels we provide two different annotations both collected at the same time, representing the same handwriting in two forms
|
21 |
+
- ``: svg plot of final annotation (black on white)
|
22 |
+
- ``: pen stroke coordinates as array of strokes (array of coordinates)
|
23 |
+
|
24 |
+
## Dataset collection
|
25 |
+
The co
|