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