Skip to main content

Read Image

The Read Image component in Robbot RPA allows you to extract text from an image file using optical character recognition (OCR) technology. It enables you to read and retrieve the text content present in the image.

Parameters

Ocr Language : This parameter allows you to select the language for OCR processing. Choose the appropriate language that matches the text in the image for accurate extraction. Type : String

Result : The Read Image component returns the extracted text from the image as a string. This output can be used in subsequent components or actions within your workflow. Type : String

Usage

To use the Read Image component in your Robbot RPA project, follow these steps:

Drag and drop the Read Image component to the activity adding section of the Open Image component.

Configure the component by providing the necessary inputs:

Select the desired OCR Language that corresponds to the text language in the image. Continue building your sequence or workflow by adding other components or actions that depend on the extracted text from the image.

Use the Result output of the Read Image component in subsequent components or actions to process or store the extracted text.

Execute your sequence or workflow to read the text from the image and perform the desired actions based on the extracted information.

By utilizing the Robbot RPA Read Image component, you can easily extract text from image files using OCR technology, enabling you to automate tasks that require processing textual content from images.