How to use screen scrap OCR

How get that OCR text.
property section> text info(what must be the variable type)

pls info in detail or any sample would be better

1 Like

Fine
no worries
to scrape a image or ocr text we can use
SCREEN SCRAPPING option from design tab of studio
with OCR chosen as option in the scrapping wizard,
so that the output can be of type STRING

For more details on precise

Cheers @KarthikBallary

what must be the input in Microsoft OCR for text and word info? what must be the variable type

1 Like

We need to select the element (if we are able to select the element) or we need to drag and scrap the text that we want to scrape from the screen…that would be the input
while we would be getting the output as a OutArgrument of type Generic Value
–we can convert that to string like concatenating just .ToString

hope this would help you
Cheers @KarthikBallary

Great
were we able to scrape it buddy
Cheers @KarthikBallary

C1 C3 C4 ![C6|336x132]C5 C6

Can you pls tell what I must enter in log meg to get text

Hi @KarthikBallary

Pass the th value in log message

Thanks
Ashwin.S

do we need to enter any inputs/create variables in results/words info?

Hi @KarthikBallary

Do create a variable in results output and print the data

Thanks
Ashwin.S

I didn’t get what is the use of words info. can anyone pls expalin