Creates a PDF document from the provided request parameters.
The request containing details for PDF creation, such as content or url.
A promise that resolves with the response containing the URL of the created PDF. The url will expire after 1 hour.
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.