Extracts structured text data from a document file using AI.
The document file to extract data from.
Optional
options: ExtractDataFromDocumentOptions(Optional) Extraction options such as parsing hints or preprocessing flags.
A promise that resolves with the extracted document data.
Extracts structured text data from a document at a remote URL using AI.
The URL of the document to extract data from.
Optional
options: ExtractDataFromDocumentOptions(Optional) Extraction options such as parsing hints or preprocessing flags.
A promise that resolves with the extracted document data.
ExtractionClient provides methods for extracting structured data from document files using AI-driven processing.