Submit OCR Job
You can select this activity to submit documents for Optical Character Recognition (OCR) processing within the RPA application. When executed, the activity sends the selected document to the configured OCR service, extracts text and data from the document, and makes the results available for further automation steps.
This table lists the properties for the activity.
Property Type | Property Name | Data Type | Description |
---|---|---|---|
Misc | DisplayName | String | The name to be displayed for the activity. |
Input | Document path | String | The location of the document sent to the configured OCR provider for text and data extraction. The document is submitted for OCR processing |
IDP Flow Name | String | The name of the IDP flow. | |
OCR Provider Name | String | The OCR service to be used to perform this activity. The selected provider determines how the document is processed and how text and data are extracted. | |
Model Name | String | The OCR model to be used to perform this activity. The selected model defines how the document is analyzed and how text or data is extracted during OCR processing. | |
Pages | The page or range of pages in the document to be processed when using this activity. Foe example for a PDF with total 10 pages, values can be 1,2,3 or 1-3 or 1, 3-5 or 1-3, 7-10. If not specified, the OCR provider processes the entire document. | ||
Output | Response Code | Int32 | The response code for the activity. Possible values:
|
JobID | String | The unique identifier assigned to the OCR job when performing this activity. The JobID can be used to track the OCR request, retrieve results, or reference the job in subsequent automation steps. |