JoenRommedahl commited on
Commit
a2a256e
·
verified ·
1 Parent(s): c510d52

Upload dataset_info.json

Browse files
Files changed (1) hide show
  1. dataset_info.json +12 -0
dataset_info.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "features": {
3
+ "image": {
4
+ "bytes": {"type": "binary"},
5
+ "path": {"type": "string"}
6
+ },
7
+ "doc_id": {"type": "string"},
8
+ "sequence": {"type": "int64"},
9
+ "page": {"type": "string"},
10
+ "alto": {"type": "string"}
11
+ }
12
+ }