Image automation

For all the images in a folder I need to extract the section containing SAP order number from the image and put in separate image files. All the images are to be opened automatically by the program. any suggestions on how to go about it? all the methods i checked only work for pdf files.

Can you please share a sample workflow for this to get better understanding

@varnikakanodia
Below are the steps:

1.Get all the files from folder
2. Use for each loop for all the picture files
3. To open the picture you use start process:
image

Please let me know if this works for your requirement