Key Data Extractor
Extract key information from documents and images, efficiently formatting it into a predefined structure for quick and accurate data retrieval.
Category: Data Processing & Transformation · Group: Data Processing · Activity name: KeyDataExtractor

Example
outputVariable = KeyDataExtractor("<projectId>", "<document>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| projectId | string | Yes | The project that defines how the extraction will be done. | |
| Document URL | string | Yes | Supports multiple input types: Google Drive view URL (e.g., https://drive.google.com/file/d/...) Direct download URL (HTTP/HTTPS) Local file path (e.g., /path/to/file.pdf or C:\path\to\file.docx) |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | json | Specifies the name of the variable that will store the extracted data. |