Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 2.19 KB

File metadata and controls

14 lines (11 loc) · 2.19 KB

OCRImageObject

Fields

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