kyamagu commited on
Commit
037fdfd
1 Parent(s): 836171c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- | image_bytes | 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 |
 
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 |