OCR Text
Extract key information from a text, efficiently formatting it into a predefined structure for quick and accurate data retrieval.
Category: Data Processing & Transformation · Group: Data Processing · Activity name: OCRText

Example
outputVariable = OCRText("<projectId>", "<text>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| OCR Project | string | Yes | The project that defines how the extraction will be done. | |
| Text | string | Yes | The text from where the data will be extracted. |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | json | Specifies the name of the variable that will store the extracted text. |