paulpall commited on
Commit
ca64a0a
Β·
verified Β·
1 Parent(s): 9f8ebb1
Files changed (2) hide show
  1. Estonian.parquet +2 -2
  2. README.md +11 -6
Estonian.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:638027c2244b041cc279f17ed98842b571998908700e1480404b5b69b821ebfc
3
- size 158015698
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54dabb40492b8be722c41ce686c8bcd1b8cc152d5b80327e740dbee0aa4a8b99
3
+ size 2024052731
README.md CHANGED
@@ -3,6 +3,7 @@ task_categories:
3
  - object-detection
4
  language:
5
  - et
 
6
  tags:
7
  - Estonia
8
  - historical-documents
@@ -14,7 +15,7 @@ tags:
14
  - page-analysis
15
  pretty_name: ArchXAI Page Layouts
16
  size_categories:
17
- - n<1K
18
  ---
19
 
20
  # πŸ“ ArchXAI Estonian Document Coordinate Dataset
@@ -25,9 +26,9 @@ This dataset contains coordinate annotations for Estonian historical documents,
25
 
26
  ## πŸ“Š Dataset Summary
27
 
28
- - **Total Examples**: 148 images
29
  - **Language**: πŸ‡ͺπŸ‡ͺ Estonian
30
- - **Dataset Size**: ~158 MB
31
  - **Task**: Text Detection, Layout Analysis, Document Structure Analysis
32
  - **Domain**: Historical Documents, Archival Materials
33
  - **Source**: Transkribus PAGE XML exports
@@ -40,6 +41,7 @@ This dataset contains coordinate annotations for Estonian historical documents,
40
  - **text_regions**: Coordinate string for text region polygons in format: `region_1:((x1,y1),(x2,y2),...),region_2:((x1,y1),...)`
41
  - **text_lines**: Coordinate string for text line polygons in format: `line_1:((x1,y1),(x2,y2),...),line_2:((x1,y1),...)`
42
  - **document_title**: Source document name
 
43
 
44
  ### 🎯 Coordinate Format
45
 
@@ -63,7 +65,7 @@ line_1:((237,349),(400,352),(480,405),(500,420)),line_2:((255,483),(379,469),(42
63
  from datasets import load_dataset
64
 
65
  # Load the dataset
66
- dataset = load_dataset("Rahvusarhiiv/ArchXAI_page_layouts")
67
 
68
  # Access a sample
69
  sample = dataset['train'][0]
@@ -205,6 +207,9 @@ This dataset is valuable for:
205
  - Coordinate formats are optimised for polygon representation
206
  - Some documents may have incomplete coordinate annotations
207
 
208
- ## 🀝 Contributing
209
 
210
- This dataset is part of the ArchXAI project for Estonian archival document analysis. For questions or contributions, please contact the National Archives of Estonia.
 
 
 
 
3
  - object-detection
4
  language:
5
  - et
6
+ license: cc-by-sa-4.0
7
  tags:
8
  - Estonia
9
  - historical-documents
 
15
  - page-analysis
16
  pretty_name: ArchXAI Page Layouts
17
  size_categories:
18
+ - 1K<n<10K
19
  ---
20
 
21
  # πŸ“ ArchXAI Estonian Document Coordinate Dataset
 
26
 
27
  ## πŸ“Š Dataset Summary
28
 
29
+ - **Total Examples**: 1,671 images
30
  - **Language**: πŸ‡ͺπŸ‡ͺ Estonian
31
+ - **Dataset Size**: ~2 GB
32
  - **Task**: Text Detection, Layout Analysis, Document Structure Analysis
33
  - **Domain**: Historical Documents, Archival Materials
34
  - **Source**: Transkribus PAGE XML exports
 
41
  - **text_regions**: Coordinate string for text region polygons in format: `region_1:((x1,y1),(x2,y2),...),region_2:((x1,y1),...)`
42
  - **text_lines**: Coordinate string for text line polygons in format: `line_1:((x1,y1),(x2,y2),...),line_2:((x1,y1),...)`
43
  - **document_title**: Source document name
44
+ - **reference**: AIS reference number
45
 
46
  ### 🎯 Coordinate Format
47
 
 
65
  from datasets import load_dataset
66
 
67
  # Load the dataset
68
+ dataset = load_dataset("Rahvusarhiiv/ArchXAI_document_segmentation")
69
 
70
  # Access a sample
71
  sample = dataset['train'][0]
 
207
  - Coordinate formats are optimised for polygon representation
208
  - Some documents may have incomplete coordinate annotations
209
 
210
+ ## πŸ“ž Contact
211
 
212
+ Depending on the nature of your question, please contact one of the following:
213
+ - Content of dataset: [@svlp](https://huggingface.co/svlp) or [@LudwigRoine](https://huggingface.co/LudwigRoine)
214
+ - Format or anything technical: [@paulpall](https://huggingface.co/paulpall)
215
+ - For everything else: [the National Archives of Estonia](https://www.ra.ee/en/kontakt/).