-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathocr-gt.yml
918 lines (918 loc) · 30.8 KB
/
ocr-gt.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
name: ocr-gt
description: 'OCR and Ground Truth Resources'
entries:
-
id: '00000001'
name: 'Archiscribe'
url: 'https://github.com/jbaiter/archiscribe-corpus'
description: '4255 lines from 112 19th Century German prints published across 73 years'
language: 'deu'
time:
- {start: '1800', end: '1897'}
license:
- {name: 'CC-BY 4.0', url: 'https://creativecommons.org/licenses/by/4.0/'}
format: Text
volume:
- {count: '4255', metric: lines}
-
id: '00000002'
name: 'CIS-OCR'
url: 'https://github.com/cisocrgroup/Resources/tree/master/ocrtestset'
description: 'PoCoTo example documents with ground truth'
language:
- 'deu'
- 'lat'
- 'ell'
time:
- {start: '1668', end: '1901'}
license: unknown
format: Text
volume:
- {count: '6', metric: documents}
-
id: '00000003'
name: 'CLTK'
url: 'https://github.com/cltk'
description: 'Corpora from Classical Language Toolkit'
language:
- 'grc'
- 'lat'
time: 'unknown'
license:
- {name: 'PDM 1.0', url: 'https://creativecommons.org/publicdomain/mark/1.0/'}
format: Text
volume: unknown
-
id: '00000004'
name: 'DIVA-HisDB'
url: 'https://diuf.unifr.ch/main/hisdoc/diva-hisdb'
description: 'DIVA-HisDB collection of three medieval manuscripts (CSG18, CSG863, CB55)'
language:
- 'lat'
- 'ita'
time:
- {start: '1000', end: '1399'}
license:
- {name: 'CC-BY-NC 3.0', url: 'https://creativecommons.org/licenses/by-nc/3.0/'}
format: PAGE-XML
volume:
- {count: '150', metric: pages}
-
id: '00000005'
name: 'EarlyPrintedBooks'
url: 'https://github.com/chreul/OCR_Testdata_EarlyPrintedBooks'
description: '8,800 lines from several early printed books'
language: 'lat'
time:
- {start: '1476', end: '1572'}
license:
- {name: 'CC-BY-NC-SA 4.0', url: 'https://creativecommons.org/licenses/by-nc-sa/4.0/'}
format: Text
volume:
- {count: '8800', metric: lines}
-
id: '00000006'
name: 'EEBO-TCP'
url: 'https://github.com/Anterotesis/historical-texts/tree/master/eebo-tcp'
description: 'Early English Books Online (EEBO) documents transcribed by TCP'
language: 'eng'
time:
- {start: '1475', end: '1700'}
license:
- {name: 'CC0 1.0', url: 'https://creativecommons.org/publicdomain/zero/1.0/'}
format: XML
volume:
- {count: '25363', metric: documents}
-
id: '00000007'
name: 'ECCO-TCP'
url: 'https://github.com/Anterotesis/historical-texts/tree/master/eebo-tcp'
description: 'Eighteenth Century Collections Online (ECCO) documents transcribed by TCP'
language: 'eng'
time:
- {start: '1701', end: '1800'}
license:
- {name: 'CC0 1.0', url: 'https://creativecommons.org/publicdomain/zero/1.0/'}
format: XML
volume:
- {count: '2188', metric: documents}
-
id: '00000008'
name: 'eMOP-TCP'
url: 'https://github.com/Early-Modern-OCR/TCP-ECCO-texts'
description: 'ECCO texts, cleaned up by eMOP'
language: 'eng'
time:
- {start: '1701', end: '1800'}
license:
- {name: 'CC0 1.0', url: 'https://creativecommons.org/publicdomain/zero/1.0/'}
format: TXT
volume:
- {count: '2188', metric: documents}
-
id: '00000009'
name: 'Evans-TCP'
url: 'https://github.com/Anterotesis/historical-texts/tree/master/evans-tcp'
description: 'Evans Early American Imprints documents transcribed by TCP'
language: 'eng'
time:
- {start: '1639', end: '1800'}
license:
- {name: 'CC0 1.0', url: 'https://creativecommons.org/publicdomain/zero/1.0/'}
format: XML
volume:
- {count: '4977', metric: documents}
-
id: '00000010'
name: 'FDHN'
url: 'https://digi.kansalliskirjasto.fi/opendata/submit?set_language=en'
description: 'Finnish Digitised Historical Newspapers'
language:
- 'fin'
- 'swe'
time:
- {start: '1911', end: '1914'}
license:
- {name: Terms, url: 'https://digi.kansalliskirjasto.fi/terms'}
format: ALTO
volume:
- {count: '1955749', metric: pages}
-
id: '00000011'
name: 'GERMANA'
url: 'https://www.prhlt.upv.es/wp/resource/the-germana-corpus'
description: 'The GERMANA corpus “Doña Germana de Foix” (1891)'
language: 'spa'
time: '1891'
license:
- {name: Terms, url: 'https://www.prhlt.upv.es/wp/resource/the-germana-corpus'}
format: database
volume:
- {count: '764', metric: pages}
-
id: '00000012'
name: 'GT4HistOCR'
url: 'https://doi.org/10.5281/zenodo.1344132'
description: 'Ground Truth for German Fraktur and Early Modern Latin'
language: 'deu'
time:
- {start: '1476', end: '1898'}
license:
- {name: 'CC-BY 4.0', url: 'https://creativecommons.org/licenses/by/4.0/'}
format: Text
volume:
- {count: '313173', metric: lines}
-
id: '00000013'
name: 'imagessan'
url: 'https://github.com/Shreeshrii/imagessan/'
description: 'Sanskrit images & ground truth (Devanagari script)'
language: 'san'
time: unknown
license: unknown
format: Text
volume: unknown
-
id: '00000014'
name: 'RODRIGO'
url: 'https://zenodo.org/record/1490009'
description: 'The RODRIGO corpus “Don Rodrigo” (1545)'
language: 'spa'
time: '1545'
license:
- {name: 'CC-BY 4.0', url: 'https://creativecommons.org/licenses/by/4.0/'}
format: database
volume:
- {count: '15010', metric: lines}
-
id: '00000015'
name: 'ENP'
url: 'http://www.primaresearch.org/datasets/ENP'
description: 'Historic newspapers from Europeana Newspapers'
language:
- 'nld'
- 'eng'
- 'est'
- 'fin'
- 'fra'
- 'deu'
- 'lav'
- 'pol'
- 'rus'
- 'srp'
- 'swe'
- 'ukr'
- 'yid'
time:
- {start: '1618', end: '1900'}
license:
- {name: Terms, url: 'http://www.primaresearch.org/register'}
format: PAGE-XML
volume:
- {count: '528', metric: pages}
-
id: '00000016'
name: 'old-books'
url: 'https://github.com/PedroBarcha/old-books-dataset'
description: 'Old books GT from Project Gutenberg ebooks'
language: 'eng'
time: unknown
license:
- {name: 'GPL 3.0', url: 'https://www.gnu.org/licenses/gpl-3.0.en.html'}
format: Text
volume:
- {count: '322', metric: pages}
-
id: '00000017'
name: 'OCR_GS_Data'
url: 'https://github.com/OpenITI/OCR_GS_Data'
description: 'Double-checked Arabic Gold Standard from OpenITI'
language:
- 'ara'
- 'fas'
- 'tur'
time: unknown
license: unknown
format: Text
volume: unknown
-
id: '00000018'
name: 'OCR-D'
url: 'https://ocr-d-repo.scc.kit.edu/api/v1/metastore/bagit'
description: 'Ground truth data from OCR-D'
language: 'deu'
time:
- {start: '1506', end: '1900'}
license:
- {name: 'CC-BY-SA 4.0', url: 'https://creativecommons.org/licenses/by-sa/4.0/'}
format: PAGE-XML
volume:
- {count: '180', metric: pages}
-
id: '00000019'
name: 'OCR19thSAC'
url: 'https://files.ifi.uzh.ch/cl/OCR19thSAC/'
description: 'Text+Berg digital Swiss Alpine Club yearbooks'
language:
- 'deu'
- 'fra'
time:
- {start: '1864', end: '1924'}
license:
- {name: 'CC-BY 4.0', url: 'https://creativecommons.org/licenses/by/4.0/'}
format: Text
volume:
- {count: '19000', metric: pages}
-
id: '00000020'
name: 'MJSynth'
url: 'http://www.robots.ox.ac.uk/~vgg/data/text/'
description: '9m synthetic images covering 90k words'
language: 'eng'
time: unknown
license: unknown
format: Text
volume:
- {count: '9000000', metric: words}
-
id: '00000021'
name: 'CDIP'
url: 'https://data.nist.gov/od/id/mds2-2531'
description: 'IIT Complex Document Information Processing Dataset'
language: 'eng'
time: '1990'
license: unknown
format: Text
volume:
- {count: '6910192', metric: documents}
-
id: '00000022'
name: 'IMPACT-BHL'
url: 'https://github.com/impactcentre/groundtruth-bhl'
description: 'IMPACT: Biodiversity Heritage Library'
language:
- 'eng'
- 'fra'
- 'deu'
time: unknown
license:
- {name: 'CC-BY 3.0', url: 'https://creativecommons.org/licenses/by/3.0/'}
format: PAGE-XML
volume:
- {count: '2500', metric: pages}
-
id: '00000022'
name: 'IMPACT-BL'
url: 'https://www.digitisation.eu/tools-resources/image-and-ground-truth-resources/impact-dataset-browser/?query=&search-filter-institution=BL'
description: 'IMPACT: The British Library'
language: 'eng'
time: unknown
license:
- {name: 'PDM 1.0', url: 'https://creativecommons.org/publicdomain/mark/1.0/'}
format: PAGE-XML
volume:
- {count: '294', metric: pages}
-
id: '00000023'
name: 'IMPACT-BNE'
url: 'https://www.digitisation.eu/tools-resources/image-and-ground-truth-resources/impact-dataset-browser/?query=&search-filter-institution=BNE'
description: 'IMPACT: National Library of Spain'
language: 'spa'
time: unknown
license:
- {name: 'CC-BY-NC-SA 4.0', url: 'https://creativecommons.org/licenses/by-nc-sa/4.0/'}
format: PAGE-XML
volume:
- {count: '215', metric: pages}
-
id: '00000024'
name: 'IMPACT-BNF'
url: 'https://www.digitisation.eu/tools-resources/image-and-ground-truth-resources/impact-dataset-browser/?query=&search-filter-institution=BNF'
description: 'IMPACT: National Library of France'
language: 'fra'
time: unknown
license:
- {name: 'CC-BY-NC-SA 4.0', url: 'https://creativecommons.org/licenses/by-nc-sa/4.0/'}
format: PAGE-XML
volume:
- {count: '151', metric: pages}
-
id: '00000025'
name: 'IMPACT-BSB'
url: 'https://www.digitisation.eu/tools-resources/image-and-ground-truth-resources/impact-dataset-browser/?query=&search-filter-institution=BSB'
description: 'IMPACT: Bavarian State Library'
language: 'deu'
time: unknown
license: unknown
format: PAGE-XML
volume: unknown
-
id: '00000026'
name: 'IMPACT-KB'
url: 'http://lab.kb.nl/dataset/ground-truth-impact-project#access'
description: 'IMPACT: National Library of the Netherlands'
language: 'nld'
time:
- {start: '1618', end: '1945'}
license:
- {name: 'CC-BY 4.0', url: 'https://creativecommons.org/licenses/by/4.0/'}
format: PAGE-XML
volume:
- {count: '142', metric: pages}
-
id: '00000027'
name: 'IMPACT-NKC'
url: 'https://www.digitisation.eu/tools-resources/image-and-ground-truth-resources/impact-dataset-browser/?query=&search-filter-institution=NKC'
description: 'IMPACT: Czech National Library'
language: 'ces'
time: unknown
license:
- {name: 'CC-BY-NC-SA 4.0', url: 'https://creativecommons.org/licenses/by-nc-sa/4.0/'}
format: PAGE-XML
volume:
- {count: '187', metric: pages}
-
id: '00000028'
name: 'IMPACT-NLB'
url: 'https://www.digitisation.eu/tools-resources/image-and-ground-truth-resources/impact-dataset-browser/?query=&search-filter-institution=NLB'
description: 'IMPACT: National Library of Bulgaria'
language: 'bul'
time: unknown
license:
- {name: 'CC-BY-NC-ND 4.0', url: 'https://creativecommons.org/licenses/by-nc-nd/4.0/'}
format: PAGE-XML
volume:
- {count: '19', metric: pages}
-
id: '00000029'
name: 'IMPACT-NUK'
url: 'https://www.digitisation.eu/tools-resources/image-and-ground-truth-resources/impact-dataset-browser/?query=&search-filter-institution=NUK'
description: 'IMPACT: National Library of Slovenia'
language: 'slv'
time: unknown
license:
- {name: 'CC-BY-NC-SA 4.0', url: 'https://creativecommons.org/licenses/by-nc-sa/4.0/'}
format: PAGE-XML
volume:
- {count: '209', metric: pages}
-
id: '00000030'
name: 'IMPACT-ONB'
url: 'https://www.digitisation.eu/tools-resources/image-and-ground-truth-resources/impact-dataset-browser/?query=&search-filter-institution=ONB'
description: 'IMPACT: Austrian National Library'
language: 'deu'
time: unknown
license: unknown
format: PAGE-XML
volume: unknown
-
id: '00000031'
name: 'IMPACT-PSNC'
url: 'http://dl.psnc.pl/activities/projekty/impact/results/'
description: 'IMPACT: Polish ground truth from four digital libraries'
language: 'pol'
time: unknown
license:
- {name: 'CC-BY 3.0', url: 'https://creativecommons.org/licenses/by-nc-sa/4.0/'}
format: PAGE-XML
volume:
- {count: '478', metric: pages}
-
id: '00000032'
name: 'HORAE'
url: 'https://github.com/oriflamms/HORAE'
description: 'HORAE: an annotated dataset of books of hours'
language: 'lat'
time: unknown
license:
- {name: 'CC-BY 3.0', url: 'https://creativecommons.org/licenses/by-nc-sa/4.0/'}
format: PAGE-XML
volume:
- {count: '557', metric: pages}
-
id: '00000033'
name: 'ONB_NewsEye'
url: 'https://zenodo.org/record/3387369'
description: 'READ OCR training dataset from Austrian Newspapers'
language: 'deu'
time:
- {start: '1864', end: '1911'}
license:
- {name: 'CC-BY 4.0', url: 'https://creativecommons.org/licenses/by/4.0/'}
format: PAGE-XML
volume:
- {count: '161', metric: pages}
-
id: '00000034'
name: 'READ_Konzil'
url: 'https://zenodo.org/record/215383'
description: '8770 transcribed lines of 18th century handwritten German'
language: 'deu'
time:
- {start: '1701', end: '1800'}
license:
- {name: 'CC-BY 4.0', url: 'https://creativecommons.org/licenses/by/4.0/'}
format: Text
volume:
- {count: '8770', metric: lines}
-
id: '00000035'
name: 'READ_Bozen'
url: 'https://zenodo.org/record/218236'
description: 'Handwritten Early Modern German Ratsprotokolle'
language: 'deu'
time:
- {start: '1470', end: '1805'}
license:
- {name: 'CC-BY 4.0', url: 'https://creativecommons.org/licenses/by/4.0/'}
format: PAGE-XML
volume:
- {count: '400', metric: pages}
-
id: '00000036'
name: 'NZZ_impresso'
url: 'https://github.com/impresso/NZZ-black-letter-ground-truth'
description: 'Neue Zürcher Zeitung black letter period'
language: 'deu'
time:
- {start: '1780', end: '1946'}
license:
- {name: 'CC BY-NC 4.0', url: 'https://creativecommons.org/licenses/by-nc/4.0/'}
format: PAGE-XML
volume:
- {count: '120', metric: pages}
-
id: '00000037'
name: 'MiBio'
url: 'https://github.com/jie-mei/MiBio-OCR-dataset'
description: 'Mining Biodiversity OCR dataset'
language: 'eng'
time: '1907'
license: unknown
format: Text
volume:
- {count: '211', metric: pages}
-
id: '00000038'
name: 'RASM2019'
url: 'https://bl.iro.bl.uk/work/f866aefa-b025-4675-b37d-44647649ba71'
description: 'BL/Qatar Foundation Arabic Handwritten Ground Truth'
language: 'ara'
time: unknown
license: unknown
format: PAGE-XML
volume:
- {count: '120', metric: pages}
-
id: '00000039'
name: 'jze_fraktur'
url: 'https://github.com/jze/ocropus-model_fraktur'
description: 'Fraktur model for OCRopus training data'
language: 'deu'
time:
- {start: '1805', end: '1925'}
license: unknown
format: Text
volume:
- {count: '3852', metric: lines}
-
id: '00000040'
name: 'Fibeln'
url: 'https://github.com/UB-Mannheim/Fibeln'
description: 'Primers (19th century)'
language: 'deu'
time:
- {start: '1860', end: '1898'}
license:
- {name: 'CC0 1.0', url: 'https://creativecommons.org/publicdomain/zero/1.0/'}
format: PAGE-XML
volume:
- {count: '3872', metric: lines}
-
id: '00000041'
name: 'Weisthuemer'
url: 'https://github.com/UB-Mannheim/Weisthuemer'
description: 'Jacob Grimm Weisthuemer'
language: 'deu'
time:
- {start: '1840', end: '1872'}
license:
- {name: 'CC0 1.0', url: 'https://creativecommons.org/publicdomain/zero/1.0/'}
format: PAGE-XML
volume:
- {count: '1969', metric: lines}
-
id: '00000042'
name: 'Wollmers_deu'
url: 'https://github.com/wollmers/ocr-deu-bio-testfiles'
description: 'German language (nature, biology) ground truth'
language: 'deu'
time: unknown
license: unknown
format: Text
volume:
- {count: '5', metric: pages}
-
id: '00000043'
name: 'Wollmers_lat'
url: 'https://github.com/wollmers/ocr-lat-bio-testfiles'
description: 'Latin language (nature, biology) ground truth'
language: 'lat'
time: unknown
license: unknown
format: Text
volume:
- {count: '1', metric: pages}
-
id: '00000044'
name: 'Wollmers_eng'
url: 'https://github.com/wollmers/ocr-eng-bio-testfiles'
description: 'English language (nature, biology) ground truth'
language: 'eng'
time: unknown
license: unknown
format: Text
volume:
- {count: '5', metric: pages}
-
id: '00000045'
name: 'AustrianNewspapers'
url: 'https://github.com/UB-Mannheim/AustrianNewspapers'
description: 'Enhancement of ONB_NewsEye by UB Mannheim'
language: 'deu'
time:
- {start: '1864', end: '1911'}
license:
- {name: 'CC-BY 4.0', url: 'https://creativecommons.org/licenses/by/4.0/'}
format: PAGE-XML
volume:
- {count: '161', metric: pages}
-
id: '00000046'
name: 'GBN'
url: 'https://web.inf.ufpr.br/vri/databases/gbn/'
description: 'German-Brazilian historical newspapers'
language:
- 'deu'
- 'por'
time:
- {start: '1863', end: '1940'}
license:
- {name: Terms, url: 'https://web.inf.ufpr.br/vri/databases/gbn/'}
format: PAGE-XML
volume:
- {count: '152', metric: pages}
-
id: '00000047'
name: 'Salamanca'
url: 'https://www.salamanca.school/en/works.html'
description: 'School of Salamanca works'
language:
- 'lat'
- 'spa'
time:
- {start: '1501', end: '1700'}
license:
- {name: 'CC-BY 4.0', url: 'https://creativecommons.org/licenses/by/4.0/'}
format: TEI
volume:
- {count: '116', metric: documents}
-
id: '00000048'
name: 'ULB_Halle_HP1'
url: 'https://github.com/ulb-sachsen-anhalt/ulb-zeitungsprojekt-hp1'
description: 'ULB Sachsen-Anhalt newspapers'
language: 'deu'
time: unknown
license: unknown
format: Text
volume:
- {count: '7507', metric: lines}
-
id: '00000049'
name: 'TIMEUS'
url: 'https://github.com/HTR-United/timeuscorpus'
description: 'French 18th/19th HTR by the ANR project TIME-US'
language: 'fra'
time:
- {start: '1858', end: '1878'}
license:
- {name: 'CC-BY 4.0', url: 'https://creativecommons.org/licenses/by/4.0/'}
format: PAGE-XML
volume:
- {count: '248', metric: pages}
-
id: '00000050'
name: 'TAPUS'
url: 'https://github.com/HTR-United/tapuscorpus'
description: 'French typewritten Ground Truth'
language: 'fra'
time:
- {start: '1900', end: '1999'}
license:
- {name: 'CC-BY 4.0', url: 'https://creativecommons.org/licenses/by/4.0/'}
format: PAGE-XML
volume:
- {count: '150', metric: pages}
-
id: '00000051'
name: 'DAHN'
url: 'https://github.com/HTR-United/dahncorpus'
description: 'French typewritten Ground Truth'
language: 'fra'
time:
- {start: '1914', end: '1924'}
license:
- {name: 'CC-BY 4.0', url: 'https://creativecommons.org/licenses/by/4.0/'}
format: PAGE-XML, ALTO
volume:
- {count: '527', metric: pages}
-
id: '00000052'
name: 'DDI-100'
url: 'https://github.com/machine-intelligence-laboratory/DDI-100'
description: 'Distorted Document Images dataset'
language: 'eng'
time: unknown
license:
- {name: 'MIT', url: 'https://opensource.org/licenses/MIT'}
format: Pickle
volume:
- {count: '6658', metric: pages}
-
id: '00000053'
name: 'sGMB'
url: 'https://github.com/omni-us/research-dataset-sGMB'
description: 'Synthetic handwritten Groningen Meaning Bank dataset'
language: 'eng'
time: unknown
license: unknown
format: PAGE-XML
volume:
- {count: '732', metric: pages}
-
id: '00000054'
name: 'ocr-data'
url: 'https://zenodo.org/record/4742068'
description: 'Historical prints from around 1830'
language: 'deu'
time: '1830'
license:
- {name: 'CC-BY 4.0', url: 'https://creativecommons.org/licenses/by/4.0/'}
format: PAGE-XML
volume:
- {count: '37', metric: pages}
-
id: '00000055'
name: 'Total-Text'
url: 'https://github.com/cs-chan/Total-Text-Dataset'
description: 'Horizontal, Multi-Oriented, and Curved Text'
language: 'eng'
time: unknown
license:
- {name: 'BSD 3-Clause', url: 'https://opensource.org/licenses/BSD-3-Clause'}
format: Text
volume:
- {count: '9330', metric: words}
-
id: '00000056'
name: 'DocBank'
url: 'https://doc-analysis.github.io/docbank-page/index.html'
description: 'Benchmark Dataset for Document Layout Analysis'
language: 'eng'
time:
- {start: '2014', end: '2018'}
license: unknown
format: COCO
volume:
- {count: '500000', metric: pages}
-
id: '00000057'
name: 'B-MOD'
url: 'https://pero.fit.vutbr.cz/brno_mobile_ocr_dataset'
description: 'Brno Mobile OCR Dataset'
language: 'eng'
time: unknown
license: unknown
format: PAGE-XML
volume:
- {count: '515400', metric: lines}
-
id: '00000058'
name: 'VOC_HTR'
url: 'https://zenodo.org/record/4638495'
description: 'Dutch East-Asia Company documents'
language: 'nld'
time:
- {start: '1617', end: '1972'}
license:
- {name: 'CC-BY 4.0', url: 'https://creativecommons.org/licenses/by/4.0/'}
format: PAGE-XML
volume:
- {count: '6000', metric: pages}
-
id: '00000059'
name: 'IAM'
url: 'https://fki.tic.heia-fr.ch/databases/iam-handwriting-database'
description: 'IAM Handwriting Database'
language: 'eng'
time:
- {start: '1999', end: '2002'}
license:
- {name: 'Terms', url: 'https://fki.tic.heia-fr.ch/register'}
format: XML+DTD
volume:
- {count: '13353', metric: lines}
-
id: '00000060'
name: 'HJDataset'
url: 'https://dell-research-harvard.github.io/HJDataset/'
description: 'Historical Japanese Documents with Complex Layouts'
language: 'jpn'
time: '1953'
license:
- {name: 'Terms', url: 'https://forms.gle/9BYYgo9bAjLnq7RQA'}
format: COCO
volume:
- {count: '2271', metric: pages}
-
id: '00000061'
name: 'PRImA Layout Analysis Dataset'
url: 'https://www.primaresearch.org/datasets/Layout_Analysis'
description: 'A realistic contemporary document dataset'
language: 'jpn'
time: '1953'
license:
- {name: 'Terms', url: 'https://www.primaresearch.org/register'}
format: PAGE-XML
volume:
- {count: '305', metric: pages}
-
id: '00000062'
name: 'ocr-greek_cursive'
url: 'https://github.com/pharos-alexandria/ocr-greek_cursive'
description: 'Greek cursive ground truth for Kraken and for Calamari'
language: 'grc'
time:
- {start: '1612', end: '1772'}
license: unknown
format: Text
volume:
- {count: '6749', metric: lines}
-
id: '00000063'
name: 'BIR-database'
url: 'https://github.com/asciusb/BIR-database'
description: 'Database for typewritten emphasis (bold, italic, regular)'
language: 'fra'
time: unkown
license:
- {name: 'MIT', url: 'https://opensource.org/licenses/MIT'}
format: TSV
volume:
- {count: '88019', metric: words}
-
id: '00000064'
name: 'indiscapes'
url: 'http://ihdia.iiit.ac.in/indiscapes/'
description: 'Intelligent Historical Document Image Analytics initiative dataset'
language: 'inc'
time: unknown
license:
- {name: 'Terms', url: 'https://forms.gle/yjPyug3zqVumacL37'}
format: unknown
volume: unknown
-
id: '00000065'
name: 'OCRcat'
url: 'https://github.com/katabase/OCRcat'
description: 'OCRcat training data'
language: 'fra'
time:
- {start: '1818', end: '1994'}
license: unknown
format: PAGE-XML, ALTO
volume: unknown
-
id: '00000066'
name: 'NZZ_impresso (UB Mannheim)'
url: 'https://github.com/UB-Mannheim/NZZ-black-letter-ground-truth/tree/gt-fixes'
description: 'Fork of 00000036 incl. GT fixes by UB Mannheim)'
language: 'deu'
time:
- {start: '1780', end: '1946'}
license:
- {name: 'CC BY-NC 4.0', url: 'https://creativecommons.org/licenses/by-nc/4.0/'}
format: PAGE-XML
volume:
- {count: '120', metric: pages}
-
id: '00000067'
name: 'NewsEye / READ OCR training dataset'
url: 'https://zenodo.org/record/4599624'
description: 'Swedish newspaper pages from late 18th-20th century with corrected text'
language: 'swe'
time:
- {start: '1700', end: '1930'}
license:
- {name: 'CC-BY 4.0', url: 'https://creativecommons.org/licenses/by/4.0/legalcode'}
format: PAGE-XML
volume:
- {count: '261', metric: pages}
-
id: '00000068'
name: 'OCR17+ - Layout analysis and text recognition for 17th c. French prints'
url: 'https://github.com/Heresta/OCR17plus'
description: 'The repo contains training data and models for layout analysis and text recognition for 17th c. French prints'
language: 'fre'
time:
- {start: '1624', end: '1697'}
license:
- {name: 'CC-BY 4.0', url: 'https://creativecommons.org/licenses/by/4.0/legalcode'}
format: PAGE-XML
volume:
- {count: '737', metric: pages}
-
id: '00000069'
name: 'CarolineMinuscule'
url: 'https://github.com/rescribe/carolineminuscule-groundtruth'
description: 'Caroline Minuscule training pool of around 70 manuscripts'
language: 'lat'
time:
- {start: '790', end: '1199'}
license:
- {name: 'CC-BY-NC-SA 4.0', url: 'http://creativecommons.org/licenses/by-nc-sa/4.0/'}
format: Text
volume:
- {count: '419', metric: lines}
-
id: '00000070'
name: 'Fraktur UB Tübingen'
url: 'https://github.com/ubtue/gt-fraktur'
description: 'Fraktur/Gothic prints from the 19th Century'
language: 'deu'
time:
- {start: '1830', end: '1875'}
license:
- {name: 'CC0 1.0', url: 'https://creativecommons.org/publicdomain/zero/1.0/'}
format:
- PAGE-XML
- ALTO
- TEI
- Text
- PDF
- DOCX
volume:
- {count: '207', metric: pages}
-
id: '00000071'
name: 'ULB Sachsen-Anhalt newspapers'
url: 'https://github.com/ulb-sachsen-anhalt/ulb-zeitungsprojekt-hp1'
description: 'Training data of the DFG-Project "Zeitungsdigitalisierung Hauptphase I"'
language: 'deu'
time:
- {start: '1870', end: '1945'}
license: unknown
format: Text
volume:
- {count: '16069', metric: lines}