| Field | Type | Required | Description |
|---|---|---|---|
id |
str | ✔️ | Image ID for extracted image in a page |
top_left_x |
Nullable[int] | ✔️ | X coordinate of top-left corner of the extracted image |
top_left_y |
Nullable[int] | ✔️ | Y coordinate of top-left corner of the extracted image |
bottom_right_x |
Nullable[int] | ✔️ | X coordinate of bottom-right corner of the extracted image |
bottom_right_y |
Nullable[int] | ✔️ | Y coordinate of bottom-right corner of the extracted image |
image_base64 |
OptionalNullable[str] | ➖ | Base64 string of the extracted image |
image_annotation |
OptionalNullable[str] | ➖ | Annotation of the extracted image in json str |