Taking data from PDF and processing it on the WEB

Hello friends,

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.

I shot a short video of the process. Everything seems understandable. I’d be happy if you take a look: UiPath process flow.mp4 - Google Drive

Can you help me with the activity sequence I should use to create this project without errors?

I am so very grateful to all of you in advance.

Hello,
please try UiPath ocr activities like

Or please refere to this past Q

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…