Hi All,
I would like to read all the images from the folder and need to extract details to excel. Any suggestions please. i tried with examples available in community which is not working.
Thanks,
Niranjan
Hi All,
I would like to read all the images from the folder and need to extract details to excel. Any suggestions please. i tried with examples available in community which is not working.
Thanks,
Niranjan
Hi @Niranjan_k ,
You can use Document Understanding in order to read the images file from folder and inserts output values in excel. Major steps below:-
@AMAN_GUPTA Any sample workflow or video Can i refer please
@AMAN_GUPTA Could you please help me with any sample workflow or video
When you say extract data what do you mean? Can you show us one of the images? Is it table data? Specific values always in the same place? Specific values that may be in a different place in each image?
@Anil_G Sure i will check
@postwick Yes, each image has different text data but not in table data. I want to read all the images from the folder and need to extract data to excel for validation.
Are the pieces of data you want to extract always in the same position in the images? If so you could use Get OCR Text. If not, you’ll need to use Document Understanding.
Dispatcher automation - loop through files, and create a queue item for each file
Performer automation - grab a queue item (transaction), digitize the file, extract the data, create validation action if necessary and then wait for validation action to be completed, continue with the rest of the processing for this one image. This automation should be top down not looping, it should process one queue item from beginning to end then stop.
@postwick Thanks a lot for your detailed explanation.
It is hard to understand for me as im beginner for this UiPath. Any Reference video can i refer to implement the logic.
I suggest doing all the free training at academy.uipath.com - there are even some specific to DU.
@postwick Thanks a lot i will try to complete all the trainings