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 -
- I am planning to take the text “or” as image , how do I make sure to click just after the “or” image.
- How do I simulate mouse+down,mouse+move,mouse+up