I am trying to develop a PDF automation, I have like 5 types of pdf documents. Out of which 1 of the document is not able to pick text element, instead selecting whole page when get text activity is used and indicated.
The text can be copied directly, it is not hand written or image, it is digital only. But Uipath is not able to pull the text, i don’t know why , can anyone help??
P.s : other 4 documents work fine, I can pick individual elements, only this document is bit of hassle.
Hi @ushu , I think computer vision stores screenshot for Development or analysis purpose I saw a pop-up while added scope, as the documents are confidential, think it is not a good match in this case.
Hi @Nithinkrishna , by simulated means, what exactly do I need to share? Because i do not have dummy data file, even the samples provided are actual data and they are confidential.
Yes I think this is the only way. Right now I’m using excel, I copy PDF text and paste special values using hotkey and loop through each rows and use string manipulation to get the value.
I’m bit new to Regex , so I thought of giving a try to see if any new methods are there.