Update metadata.json
Browse files- metadata.json +6 -6
metadata.json
CHANGED
|
@@ -117,15 +117,15 @@
|
|
| 117 |
"key": "image_filename",
|
| 118 |
"field": [
|
| 119 |
{
|
| 120 |
-
"@id": "train_data/
|
| 121 |
"@type": "cr:Field",
|
| 122 |
-
"name": "
|
| 123 |
"dataType": "sc:ImageObject",
|
| 124 |
"description": "Amharic text images",
|
| 125 |
"source": {
|
| 126 |
"fileSet": { "@id": "train" },
|
| 127 |
"extract": {
|
| 128 |
-
"column": "
|
| 129 |
},
|
| 130 |
"transform": {
|
| 131 |
"jsonPath": "bytes"
|
|
@@ -186,15 +186,15 @@
|
|
| 186 |
"key": "image_filename",
|
| 187 |
"field": [
|
| 188 |
{
|
| 189 |
-
"@id": "test_data/
|
| 190 |
"@type": "cr:Field",
|
| 191 |
-
"name": "
|
| 192 |
"dataType": "sc:ImageObject",
|
| 193 |
"description": "Amharic text images",
|
| 194 |
"source": {
|
| 195 |
"fileSet": { "@id": "test" },
|
| 196 |
"extract": {
|
| 197 |
-
"column": "
|
| 198 |
},
|
| 199 |
"transform": {
|
| 200 |
"jsonPath": "bytes"
|
|
|
|
| 117 |
"key": "image_filename",
|
| 118 |
"field": [
|
| 119 |
{
|
| 120 |
+
"@id": "train_data/image_filename",
|
| 121 |
"@type": "cr:Field",
|
| 122 |
+
"name": "image_filename",
|
| 123 |
"dataType": "sc:ImageObject",
|
| 124 |
"description": "Amharic text images",
|
| 125 |
"source": {
|
| 126 |
"fileSet": { "@id": "train" },
|
| 127 |
"extract": {
|
| 128 |
+
"column": "image_filename"
|
| 129 |
},
|
| 130 |
"transform": {
|
| 131 |
"jsonPath": "bytes"
|
|
|
|
| 186 |
"key": "image_filename",
|
| 187 |
"field": [
|
| 188 |
{
|
| 189 |
+
"@id": "test_data/image_filename",
|
| 190 |
"@type": "cr:Field",
|
| 191 |
+
"name": "image_filename",
|
| 192 |
"dataType": "sc:ImageObject",
|
| 193 |
"description": "Amharic text images",
|
| 194 |
"source": {
|
| 195 |
"fileSet": { "@id": "test" },
|
| 196 |
"extract": {
|
| 197 |
+
"column": "image_filename"
|
| 198 |
},
|
| 199 |
"transform": {
|
| 200 |
"jsonPath": "bytes"
|