I’m trying to extract specific data from PDF using Get OCR Text method and insert that data in excel sheet. I have to fetch data from multiple PDF’s containing multiple Pages. It is taking too much time to extract data from each PDF. Is there any way to reduce the time to fetch data from PDF using OCR method?
There are multiple better alternatives than Get OCR Text, if you are looking for the entire text of a PDF document.
For this purpose, you should try the “Read PDF Text” or “Read PDF With OCR” activities from the UiPath.PDF.Activities package.
If you want to extract some very specific data, I recommend you use the UiPath.IntelligentOCR.Activities package and the Document Understanding framework that UiPath is offering.