--- dataset_info: features: - name: image dtype: image - name: prefix dtype: string - name: suffix dtype: string splits: - name: train num_bytes: 1158613144.382 num_examples: 13882 - name: test num_bytes: 251483266.625 num_examples: 2975 - name: validation num_bytes: 256094965.112 num_examples: 2991 download_size: 1646417756 dataset_size: 1666191376.119 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* - split: validation path: data/validation-* license: apache-2.0 language: - dv tags: - dhivehi - thaana - layout - sentence pretty_name: thaana-layout size_categories: - 10K label_name ; ``` Where: - **prefix**: A predefined identifier indicating the document section type. - ``: X-coordinate of the top-left corner of the bounding box. - ``: Y-coordinate of the top-left corner of the bounding box. - ``: X-coordinate of the bottom-right corner of the bounding box. - ``: Y-coordinate of the bottom-right corner of the bounding box. - `label_name`: The label for the section (e.g., "heading", "caption", etc.). ### Categories The labels used for the bounding boxes in this dataset are: - `author` - `caption` - `columns` - `date` - `footnote` - `heading` - `paragraph` - `picture` - `textline` ### Example Annotation: ``` heading ; heading ; date ; textline ; textline ; ... ``` ## Synthetic Nature of the Dataset This dataset is **synthetic**, meaning that the images and annotations are artificially generated to simulate real-world document layouts in the Dhivehi language. While the documents may not correspond to actual historical or published material, they follow realistic formatting and structures that reflect how text in Dhivehi would typically appear in different document sections. The synthetic nature of this dataset allows for controlled experimentation, and it can be used to train models without the need for large collections of real-world document scans. ## Dataset Details - **Language**: Dhivehi - **Synthetic Data**: Artificially generated document images and annotations. - **Number of Images**: 13,882 images - **Image Format**: `.jpg`, `.png` - **Resolution**: 300dpi (example) - **Number of Annotations**: 20,000 bounding box annotations (example) - **Document Type**: Synthetic, Dhivehi-language documents ### Dataset Splits: - **Train**: 13,882 examples, 1.16 GB - **Test**: 2,975 examples, 251.48 MB - **Validation**: 2,991 examples, 256.09 MB **Total dataset size**: 1.67 GB **Download size**: 1.65 GB