Skip to main content
Intuned home page
Search...
⌘K
Documentation
Browser SDKs
Client APIs
Introduction
Overview
Typescript SDK
@intuned/browser
extractStructuredData
isPageLoaded
extractMarkdown
sanitizeHtml
resolveUrl
downloadFile
uploadFileToS3
saveFileToS3
filterEmptyValues
goToUrl
scrollToLoadContent
clickUntilExhausted
processDate
validateDataUsingSchema
waitForDomSettled
withNetworkSettledWait
Type References
Optimized extractors (Deprecated)
Python SDK
intuned_browser
extract_structured_data
is_page_loaded
extract_markdown
sanitize_html
resolve_url
download_file
upload_file_to_s3
save_file_to_s3
filter_empty_values
go_to_url
scroll_to_load_content
click_until_exhausted
process_date
validate_data_using_schema
wait_for_dom_settled
wait_for_network_settled
Type References
Attachment
AttachmentType
S3Configs
FileType
Trigger
ImageBufferContentItem
ImageUrlContentItem
TextContentItem
ContentItem
Need help?
Dashboard
Intuned home page
Search...
⌘K
Need help?
Dashboard
Dashboard
Search...
Navigation
Type References
ImageBufferContentItem
Type References
ImageBufferContentItem
Copy page
Copy page
Image buffer content item for content-based extraction.
Copy
Ask AI
class
ImageBufferContentItem
(
dict
)
Properties
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 raw image data.
Previous
ImageUrlContentItem
Next
⌘I
On this page
Properties