JoenRommedahl commited on
Commit
24a38d1
·
verified ·
1 Parent(s): 6067e00

Upload 2 files

Browse files
Files changed (2) hide show
  1. data/DiEm_GT_HTR.parquet +3 -0
  2. dataset_info.json +12 -0
data/DiEm_GT_HTR.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef4ac1a052250783ac63ca83e39f96a88e4620f7e83787bf41f21a535f8d2d06
3
+ size 1180180448
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
+ }