Intuned home page
Search...
⌘K
Ask AI
Support
Get Started
Get Started
Search...
Navigation
Interfaces
ImageFile
Documentation
Automation SDKs
Client APIs
Get started
Overview
playwright
@intuned/sdk
Overview
AI extractors
extractStructuredDataFromPage
extractStructuredDataFromLocator
extractMarkdownFromPage
extractMarkdownFromLocator
extractStructuredDataFromContent
extractMarkdownFromFile
extractStructuredDataFromFile
extractTablesFromFile
Interfaces
ExtractedTable
FileBase64Source
FileBufferSource
FileUrlSource
HtmlStrategy
ImageFile
ImageStrategy
PdfFile
Optimized extractors
Playwright
Runtime
Files
On this page
Properties
source
type
Interfaces
ImageFile
Represents an image file source.
Properties
source
Copy
Ask AI
source
:
FileBufferSource
|
FileUrlSource
|
FileBase64Source
;
The source of the file data.
type
Copy
Ask AI
type
:
"image"
;
The type of the file, which is always “image”.
HtmlStrategy
ImageStrategy
Assistant
Responses are generated using AI and may contain mistakes.