Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
Model:OCR box to json
|
3 |
|
@@ -46,7 +59,3 @@ the outout mus be a well-formed json object.```json
|
|
46 |
}
|
47 |
}
|
48 |
```
|
49 |
-
|
50 |
-
---
|
51 |
-
license: apache-2.0
|
52 |
-
---
|
|
|
1 |
+
---
|
2 |
+
thumbnail: "url to a thumbnail used in social sharing"
|
3 |
+
tags:
|
4 |
+
- tag1
|
5 |
+
- tag2
|
6 |
+
license: apache-2.0
|
7 |
+
datasets:
|
8 |
+
- dataset1
|
9 |
+
- dataset2
|
10 |
+
metrics:
|
11 |
+
- metric1
|
12 |
+
- metric2
|
13 |
+
---
|
14 |
|
15 |
Model:OCR box to json
|
16 |
|
|
|
59 |
}
|
60 |
}
|
61 |
```
|
|
|
|
|
|
|
|