Extracting data through PDF without OCR

I have a pdf with following text-

I have to copy the text “Step by Step” .I am restricted from using OCR. So the logic I am trying to implement is , keep the mouse after the image “Or” and then click mouse+down , scroll/move till start of image “automation” , mouse+up . This will highlight the text , then ctrl+c to copy the text.

Things I need -

  1. I am planning to take the text “or” as image , how do I make sure to click just after the “or” image.
  2. How do I simulate mouse+down,mouse+move,mouse+up

You can use Read PDF Text activity. Its much simpler to use.