Studio
2022.4
false
Banner background image
Studio User Guide
Last updated Apr 3, 2024

Output or Screen Scraping Methods

Output or screen scraping methods refer to those activities that enable you to extract data from a specified UI element or document, such as a .pdf file.

To understand which one is better for automating your business process, let’s see the differences between them.

Capability Method

Speed

Accuracy

Background Execution

Extract Text Position

Extract Hidden Text

Support for Citrix

FullText

10/10

100%

yes

no

yes

no

Native

8/10

100%

no

yes

no

no

OCR

3/10

98%

no

yes

no

yes

FullText is the default method, it is fast and accurate, yet unlike the Native method, it cannot extract the screen coordinates of the text.

Both these methods work only with desktop applications, but the Native method only works with apps that are built to render text with the Graphics Device Interface (GDI).

OCR is not 100% accurate but can be useful to extract text that the other two methods could not, as it works with all applications including Citrix. Studio uses two OCR engines, by default: Google Tesseract and Microsoft Modi.

Languages can be changed for OCR engines and you can find out how to Install OCR Languages here.

Capability Method

Multiple Languages Support

Preferred Area Size

Support for Color Inversion

Set Expected Text Format

Filter Allowed Characters

Best with Microsoft Fonts

Google Tesseract

Can be added

Small

yes

yes

yes

no

Microsoft MODI

Supported by default

Large

no

no

no

yes

To start extracting text from various sources, click the Screen Scraping button, in the Wizards group, on the Design ribbon tab.

The screen scraping wizard enables you to point at a UI element and extract text from it, using one of the three output methods described above. Studio automatically choses a screen scraping method for you, and displays it at the top of the Screen Scraper Wizard window.



To change the method of screen scraping, select another one from the Options panel and then click Refresh.

When you are satisfied with the scraping results, click Copy to Clipboard and then Finish. The latter option copies the extracted text to the Clipboard, and it can be added to a Generate Data Table activity in the Designer panel. Just like desktop recording, screen scraping generates a container (with the selector of the top-level window) which contains activities, and partial selectors for each activity.



Each type of screen scraping comes with different features in the Screen Scraper Wizard, in the Options panel:

  1. FullText



    • Ignore Hidden – when this checkbox is selected, the hidden text from the selected UI element is not copied.
  2. Native



    • No Formatting – when this checkbox is selected, the copied text does not extract formatting information from the text. Otherwise, the extracted text’s relative position is retained.
    • Get Words Info – when this checkbox is selected, Studio also extracts the screen coordinates of each word. Additionally, the Custom Separators field is displayed, which enables you to specify the characters used as separators. If the field is empty, all known text separators are used.
  3. Google OCR



    • Languages – only English is available by default.
    • Characters – enables you to select which types of characters to be extracted. The following options are available: Any character, Numbers only, Letters, Uppercase, Lowercase, Phone numbers, Currency, Date and Custom. If you select Custom, two additional fields, Allowed and Denied, are displayed that enable you to create custom rules on which types of characters to scrape and which to avoid.
    • Invert – when this checkbox is selected, the colors of the UI element are inverted before scraping. This is useful when the background is darker than the text color.
    • Scale – the scaling factor of the selected UI element or image. The higher the number is, the more you enlarge the image. This can provide a better OCR read and it is recommended with small images.
    • Get Words Info – gets the on-screen position of each scraped word.

      Note: In some instances of UiPath Studio, the Google Tesseract engine may have training files (about training files: Wikipedia, GitHub) that do not work for certain non-English languages. Running a project with these corrupted training files may lead to an exception being thrown. To fix this issue, download the training file for the language you wish to use from here and copy it into the tessdata folder from the UiPath installation directory. To check if the training files you downloaded work, you can download this test project.
  4. UiPath Screen OCR



    • Endpoint – the endpoint where the OCR model is hosted, either publicly or through an ML Skill in AI Center.
    • API Key – the endpoint API key.
    • Get Words Info – gets the on-screen position of each scraped word.
    • Use Local Server – select this option if you want to run the OCR locally (requires Computer Vision Local Server Pack)
  5. Microsoft OCR

    Important: Microsoft OCR scraping engine does not support .NET 5 workflows.


  • Languages – enables you to change the language of the scraped text. By default, English is selected.
  • Scale – the scaling factor of the selected UI element or image. The higher the number is, the more you enlarge the image. This can provide a better OCR read and it is recommended with small images.
  • Get Words Info - gets the on-screen position of each scraped word.

Besides getting text out of an indicated UI element, you can also extract the value of multiple types of attributes, its exact screen position, and its ancestor.

This type of information can be extracted through dedicated activities that are found in the Activities panel, under UI Automation > Element > Find and UI Automation > Element > Attribute.

These activities are:

  • Get Ancestor – enables you to retrieve an ancestor from a specified UI element. You can indicate at which level of the UI hierarchy to find the ancestor, and store the results in a UiElement variable.



  • Get Attribute – retrieves the value of a specified UI element attribute. Once you indicate the UI element on screen, a drop-down list with all available attributes is displayed.



  • Get Position – retrieves the bounding rectangle of the specified UiElement, and supports only Rectangle variables.



UiPath Studio also features Relative Scraping, a scraping method that identifies the location of the text to be retrieved relative to an anchor. You can find more about it here.

You can also generate tables from unstructured data and store the information in DataTable variables, by using the Screen Scraping Wizard. For more information, see Generating Tables from Unstructured Data.

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.