Hi all, how to extract the highlighted field data only in pdf file?
Hi @sheldon_Chin
You can use the UiPath PDF activities to get this done. Use the read pdf text activity to read the full pdf file. Or else, if you have adobe pdf reader installed, you can use get text as well.
Pdf related activities I specified above is the best suitable one for you
hi, @Lahiru.Fernando
Any example i can refer? i need to extract those data into excel file
Srini84
(Srinivas Kadamati)
November 27, 2019, 4:42am
4
For PDF reading
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
For excel you can do with excel manipulation
anoopap
(Anoop AP)
November 27, 2019, 5:27am
5
Hi @sheldon_Chin
Please go through with the given link. May be you will get an idea.
Hi ,
You can use “Load Image” Activity and use it’s output variable to give input of the “Tesseract OCR” activity. After extracting the input you can use regex to extract the information if it has a pattern or you can use string manipulation to extract the specific text. Then build a Data Table and add the extracted values into the Data Table. This you can export into excel or csv according to your need
[Capture]
1 Like