I am new to UIpath and working in a project. Can you please suggest me on below :
We have multiple invoice but with different formats . I want my bot to pick elements in Invoice (For eg :Description ,Unit, Rate, Amount etc ). And it should run on any Invoice with different formats
For example : In 1st invoice i want to pick values from Description ,Unit,Quantity,Etc and In 2nd Invoice Description of product,unit,Qty etc (Titles are different but meaning is same).
try to use Regular expression
there is lot of option available in the uipath
.Replace
.Split
.match
.IsMatch
etc.
now i’m giving a example using regex.
Yes… here searching the text in PDF (text can be Product/DESC/Description/Description of Product/Description of work)… Can be anything because each invoice is different from other but the meaning is same for everything. @balupad14
yes @Sailaja_Chikkam. You are right . we need to create a configuration object (may be in xml or excel) . based on that we need to search the text in the pdf. One thing is an important. The pdf quality should be in good even if it is a scanned one. Because the bad scanned quality will return the junk characters.