Use the OCR Text component
Extract the text from an image by using the OCR (Optical Character Recognition) Text component in RPA Desktop Design Studio.
始める前に
Role required: none
このタスクについて
Starting with the Yokohama release, the RPA Desktop Design Studio utilizes the latest version of the Tesseract OCR engine. This update improves image pre-processing, and performance optimizations. When updating older automations that include the OCR text component, you may notice slight differences in the output. Therefore, it’s important to validate your automations after the update.
Many properties of the OCR Text component are common with other Actions UI components, to configure these properties, see Properties of Actions (UI) components.
| Property | Text |
|---|---|
| Image Source | Source from which the component takes the image. |
手順
Extract text from images and display with the Show component
The OCR Text component takes a path to an image. The image comprises the text "servicenow". The component extracts the text from the image and passes the string to the Show component (To use the Show component, see Use the Show component). The Show component takes the text through the Message Data In port and then displays the text in a window.