How to extract the group number from web page

I want to extract the group number from a image which is attached please do needful,

@ushu
@nikhil.girish
@Nithinkrishna
@ppr
@Yoichi
@Palaniyappan
@Oana_Chicioroaga
Capture

1 Like

Hey @HeartCatcher

Kindly use screen scraping → scrape relative option

Thanks
#nK

1 Like

for the image (OCR / DU)
Regex:
grafik
Refer to Group 1

1 Like

Hello,

Please see the below. Use Get OCR text activity with Tessaract as the OCR.
Regex expression: (Group Number. \d+)
To get value after the matching: OutValue.Cast(Of Object).First.ToString

image

1 Like

Can you please show me inside the matches function??

image

ActivityDemo.zip (3.6 MB)
Attached is the project created for your reference. Make sure you are opening the Images and based on the software you can change the screen in the Get OCR Activity.

1 Like

I just Need numbers not the string “Group Number”

add a split.
image

Split(OutValue.Cast(Of Object).First.ToString,"Group Number. ")(1)

1 Like

@HeartCatcher Try with Get OCR Text, scrape around the numbers you want and see how it goes

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.