I’m working on a project. I need to increase the value specified in the customs declaration system to the value requested in the PDF file.
There may be one or more values displayed in the PDF.
The robot has to take the necessary values from the appropriate cell of the PDF document, process it and fulfill certain steps on the website.
Hie @aykhan.rahimli for some privacy reason not open the video link . but i think you are trying to read the data from the pdf and extract the data from the pdf and pass that data into the website…
– so for this
1- make a string variable - and pass the location for the pdf
2- make a arraystring variable- and pass the directory.getfile(and the stringvar)the fold location
3- after that use for each and pass the array var - inside that use read pdf activity- and use gettext/getfulltext/ocrtext . such activity or use string manipulation toextract the data. and after extracting data open the website portal and pass that extracting value in that portal…