Intuned home page
Search...
⌘K
Ask AI
Support
Get Started
Get Started
Search...
Navigation
Interfaces
FileBase64Source
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
data
type
Interfaces
FileBase64Source
Represents a file source from a base64 string.
Properties
data
Copy
Ask AI
data
:
string
;
The base64 string of the file data.
type
Copy
Ask AI
type
:
"base64"
;
The type of the file source, which is always “base64”.
ExtractedTable
FileBufferSource
Assistant
Responses are generated using AI and may contain mistakes.