Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -57,4 +57,16 @@ Each **JSON file** in the dataset represents the metadata for all the figures wi
|
|
| 57 |
- **top** : Vertical coordinates (in pixels) representing the top edge of each recognized text element.
|
| 58 |
- **width** : Width of each recognized text element, providing the horizontal span of the text box.
|
| 59 |
- **height** : Height of each recognized text element.
|
| 60 |
-
- **conf** : Each recognized text element is assigned a confidence score ranging from 0 to 100, indicating the OCR system's confidence in its recognition.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
- **top** : Vertical coordinates (in pixels) representing the top edge of each recognized text element.
|
| 58 |
- **width** : Width of each recognized text element, providing the horizontal span of the text box.
|
| 59 |
- **height** : Height of each recognized text element.
|
| 60 |
+
- **conf** : Each recognized text element is assigned a confidence score ranging from 0 to 100, indicating the OCR system's confidence in its recognition.
|
| 61 |
+
|
| 62 |
+
# π Citation
|
| 63 |
+
```bibtex
|
| 64 |
+
@misc{salamat_kuantaiuly_2025,
|
| 65 |
+
author = { Salamat Kuantaiuly },
|
| 66 |
+
title = { ml-figs (Revision 8695d1b) },
|
| 67 |
+
year = 2025,
|
| 68 |
+
url = { https://huggingface.co/datasets/salamnocap/ml-figs },
|
| 69 |
+
doi = { 10.57967/hf/5251 },
|
| 70 |
+
publisher = { Hugging Face }
|
| 71 |
+
}
|
| 72 |
+
```
|