File size: 4,152 Bytes
68495ec
 
4f41f33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68495ec
497da02
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: cc-by-nc-4.0
dataset_info:
  features:
  - name: image
    dtype: image
  - name: layout_style
    dtype: string
  - name: page_number
    dtype: int64
  - name: width
    dtype: int64
  - name: height
    dtype: int64
  - name: page_size_name
    dtype: string
  - name: fonts_used
    struct:
    - name: word
      dtype: string
    - name: pos
      dtype: string
    - name: sound
      dtype: string
    - name: meaning
      dtype: string
  - name: header
    struct:
    - name: text
      dtype: string
    - name: bbox
      sequence: int64
  - name: footer
    struct:
    - name: text
      dtype: string
    - name: bbox
      sequence: int64
  - name: profile_card_bbox
    sequence: float64
  - name: table_bbox
    sequence: float64
  - name: chart_1_bbox
    sequence: float64
  - name: chart_2_bbox
    sequence: float64
  - name: metric_boxes_bboxes
    sequence:
      sequence: float64
  - name: entries
    list:
    - name: text
      dtype: string
    - name: bbox
      sequence: float64
  splits:
  - name: train
    num_bytes: 3583273389.52
    num_examples: 17632
  download_size: 3198423007
  dataset_size: 3583273389.52
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

# πŸ‡²πŸ‡² Myanmar Complex Document Layouts

A large-scale, high-quality synthetic dataset containing **17,632 images** of complex document layouts, dashboards, and infographics entirely in the Myanmar (Burmese) language. 

This dataset is specifically designed to train and benchmark modern Computer Vision and multimodal LLMs on complex Myanmar typography, structured data, and diverse graphical layouts.

## πŸ“Š Dataset Overview
- **Total Images:** 17,632 high-resolution pages.
- **Language:** Myanmar (Burmese).
- **Format:** Parquet (Optimized for streaming and fast loading).
- **Content:** Dictionary definitions, part-of-speech (POS) tagging, phonetics, related word tables, and dynamic graphical charts.

## 🌟 Key Features
* **Rich Typography:** Utilizes a diverse pool of Myanmar fonts classified into Body, Bold, UI, and Decorative styles.
* **Complex Layouts:** Alternating 60/40 and 40/60 split-grid layouts featuring multi-line paragraphs, structured data tables, and metric summary boxes.
* **Diverse Data Visualizations:** Includes 9 different chart categories (Column, Bar, Line, Area, Pie, Donut, Radar, Scatter, Bubble) rendered in 2D, 3D, and Interactive styles.
* **Perfect Bounding Boxes:** The metadata provides exact pixel-perfect bounding box coordinates (`[left, top, right, bottom]`) for every text element, chart wrapper, and table cell on the page.
* **Realistic Dimensions:** Rendered in standard A4 and US Letter sizes, covering both Portrait and Landscape orientations.

## πŸš€ Primary Use Cases
1. **Document OCR & Text Extraction:** Training models to accurately read heavily formatted Myanmar text without spacing issues.
2. **Document Layout Analysis:** Training models like LayoutLM, Donut, or Docling to understand reading order, columns, and spatial relationships.
3. **Document Visual Question Answering (DocVQA):** Benchmarking multimodal LLMs on their ability to extract facts from Myanmar tables and metric boxes.
4. **Chart Understanding:** Teaching AI to interpret visual data structures associated with Myanmar labels.

## πŸ—‚οΈ Metadata Structure
Each row in the dataset provides the rendered `image` alongside rich JSON metadata, including:
* `page_number` & `page_size_name`
* `layout_style` & `theme` colors
* `fonts_used` (Specific TTF files used for that page)
* `chart_1_data` & `chart_2_data` (The raw numerical data backing the charts)
* `entries`: A list of all extracted text strings and their exact bounding boxes.
* `table_bbox`, `profile_card_bbox`, `chart_bboxes`: Bounding boxes for the major UI containers.

## βš™οΈ Creation Process
This dataset was procedurally generated using Python and a headless Chromium browser engine (Playwright). Dynamic CSS Grid styling, SVG generation, and strict line-breaking rules were utilized to ensure the text and graphics realistically represent modern digital documents and infographics.