# Text Region Detection in Historical Astronomical Diagrams Official repository of the paper _"Text region detection in historical astronomical diagrams"_. We introduce the first large, diverse, open-access dataset of **948** historical astronomical diagrams annotated with **10,940** oriented polygonal text regions that spans ten centuries (8th to 18th) and seven major traditions: Arabic, Persian, Chinese, Byzantine, Latin, Hebrew, and Sanskrit. # Dataset ## Content We provide our dataset under two directories, namely `EIDA` and `EIDALatin`, with annotations in `LabelMe` format. `EIDA` contains images and associated annotations of all traditions (including Latin) under `train`, `val`, and `test` splits: ``` EIDA/ ├── train/ │ ├── .jpg │ ├── .json │ │ . │ │ . │ ├── .jpg │ └── .json ├── val/ └── test/ ``` For class-aware annotations, we provide `EIDALatin`, which contains Latin subset with text classes, and splits in `.txt` format: ``` EIDALatin/ ├── data/ │ ├── .jpg │ ├── .json │ │ . │ │ . │ ├── .jpg │ └── .json ├── train.txt ├── val.txt └── test.txt ```