I have scenario, that I need to preprocess the image which I scraped from Get OCR Text activity. Actually before am going to send tesseract ocr I want to preprocess that image like resize, contract, histogram something then am going to send to OCR. So I need get that image in the variable am not sure how to get that image for further process. Can you please help me out on this.
@Yoichi@ashokkarale I have tried both the solutions what you guys said, in this project we can’t go back take screenshot and load image… because already we have used Get OCR Text in more than 1000 places so this is very tedious thing to capture again. I need solution to utilize the image from screenshot folder which I captured already.