Skip to main content
Intuned home page
Search...
⌘K
Documentation
Documentation (New)
Browser SDKs
Client APIs
Get started
Overview
playwright
Typescript SDK
Python
AI
extract_structured_data
is_page_loaded
Interfaces
ImageBufferContentItem
ImageUrlContentItem
TextContentItem
Type aliases
extract_markdown
sanitize_html
download_file
filter_empty_values
go_to_url
scroll_to_load_content
click_until_exhausted
process_date
resolve_url
upload_file_to_s3
save_file_to_s3
validate_data_using_schema
wait_for_dom_settled
wait_for_network_settled
Interfaces
Type aliases
Need help?
Dashboard
Intuned home page
Search...
⌘K
Need help?
Dashboard
Dashboard
Search...
Navigation
Interfaces
ImageBufferContentItem
Interfaces
ImageBufferContentItem
Copy page
Copy page
Copy
Ask AI
class
ImageBufferContentItem
(
TypedDict
)
Image buffer content item for content-based extraction.
Parameters
type
str
The type of the content item, which is always “image-buffer”.
image_type
str
The image format (e.g., “png”, “jpeg”, “gif”, “webp”).
data
bytes
The buffer containing the image data.
Previous
ImageUrlContentItem
Next
⌘I
On this page
Parameters