cancel
Showing results for 
Search instead for 
Did you mean: 

Window Photo

NishantJain
Level 2
Hi Team, can someone help me that how to attach the window photo viewer in process.

I wanted to read the passport image (.jpg) with tesseract OCR (read Text with OCR).
Step 1 : launching the image with the help of code stage 
Step 2: now I need to use read text with OCR activitiy and for that I need to attach the launched .jpg (opened in windows photo viewer) , how to attach this application. I am not able to find the logical .exe path for this application 

Kindly help to read the entire passport unstructured text.

Thanks,
Nishant Jain,
+65 96366524

------------------------------
Nishant Jain
------------------------------
2 REPLIES 2

VivekGoel
Level 10
Create an object with the following configuration:

1- Windows based App
2- My Application will be already launched.
3- Windows Name: "Photos*"
4- Process Name: "Microsoft.Photos"

Once done, use the navigate stage to attach the application (Assuming the photo is already launched".

20339.png


------------------------------
Vivek Goel
"If you like this post, please press the "Recommend" Button.
------------------------------

GopalBhaire
Level 10

Windows UWP apps are bit of problem automating.

Use Start Process of Utility Environment with mspaint as program & imgpath as argument, then attach to mspaint.



------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------