Intuned home page
Search...
⌘K
Documentation
Documentation (New)
Browser 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
Support
Get Started
Intuned home page
Search...
⌘K
Support
Get Started
Get Started
Search...
Navigation
Interfaces
PdfFile
Interfaces
PdfFile
Copy page
Copy page
Represents a PDF file source.
Properties
pages?
Copy
Ask AI
optional
pages
:
number
[];
Optional. The specific pages of the PDF to extract data from, if not provided, all page will be included.
source
Copy
Ask AI
source
:
FileBufferSource
|
FileUrlSource
|
FileBase64Source
;
The source of the file data.
type
Copy
Ask AI
type
:
"pdf"
;
The type of the file, which is always “pdf”.
Previous
extractArrayFromPage
Next
On this page
Properties
pages?
source
type
Assistant
Responses are generated using AI and may contain mistakes.