Get OCR Result by JobID

You can select this activity to retrieve the OCR processing results for a previously submitted job using the unique JobID. When executed, the activity queries the OCR provider, fetches the extracted text and associated details such as geometry, confidence scores, or structured data, and makes the results available for use in subsequent automation steps

This table lists the properties for the activity.

Property Type Property Name Data Type Description
Common Continue on error Boolean The option to continue the RPA flow even if the activity fails. This check box is selected by default.
Misc Display Name String The name to be displayed for the activity.
Input JobID String The unique identifier of the OCR job for which results must be retrieved in this activity. This value must match the JobID generated when the OCR job is submitted.
Output OCR Response JToken The results returned by the OCR provider in this activity. The response includes extracted text and, if configured, additional details such as geometry, confidence scores, and structured data. This property can be used in subsequent automation steps.
Response Code Int32 The response code for the activity. Possible values:
  • 200 to 290: Indicates a successful response or valid output.
  • 400 to 499: Indicates client error responses.
  • 500 to 599: Indicates server error responses.