Intuned home page
Search...
⌘K
Ask AI
Support
Get Started
Get Started
Search...
Navigation
Interfaces
PdfFile
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
pages?
source
type
Interfaces
PdfFile
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”.
ImageStrategy
extractArrayFromPage
Assistant
Responses are generated using AI and may contain mistakes.