Intuned home page
Search...
⌘K
Ask AI
Support
Get Started
Get Started
Search...
Navigation
Interfaces
ExtractedTable
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
content
title
Interfaces
ExtractedTable
Represents a table extracted from a pdf file.
Properties
content
Copy
Ask AI
content
: (
null
|
string
)[][];
a 2 dimensional array contains the table values.
title
Copy
Ask AI
title
:
null
|
string
;
the title of the table if found
extractTablesFromFile
FileBase64Source
Assistant
Responses are generated using AI and may contain mistakes.