Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -785,7 +785,7 @@ In the following, categorical fields are shown as `categorical` type, but the ac
|
|
785 |
| height | float32 | (None,) | Element height normalized to [0, 1] range w.r.t. canvas_height |
|
786 |
| color | int64 | (None, 3) | Extracted main RGB color of the element |
|
787 |
| opacity | float32 | (None,) | Opacity in [0, 1] range |
|
788 |
-
|
|
789 |
| text | string | (None,) | Text content in UTF-8 encoding for text element |
|
790 |
| font | categorical | (None,) | Font family name for text element |
|
791 |
| font_size | float32 | (None,) | Font size (height) in pixels |
|
|
|
785 |
| height | float32 | (None,) | Element height normalized to [0, 1] range w.r.t. canvas_height |
|
786 |
| color | int64 | (None, 3) | Extracted main RGB color of the element |
|
787 |
| opacity | float32 | (None,) | Opacity in [0, 1] range |
|
788 |
+
| image | image | (None,) | Pre-rendered 256x256 preview of the element encoded in PNG format |
|
789 |
| text | string | (None,) | Text content in UTF-8 encoding for text element |
|
790 |
| font | categorical | (None,) | Font family name for text element |
|
791 |
| font_size | float32 | (None,) | Font size (height) in pixels |
|