I’m trying to extract specific data from multiple PDF files having multiple pages and insert that data into one excel sheet. I have used Get ocr text activity to exract each data. And I used Microsoft OCR and Tesseract OCR engine for extracting the data. But it is taking more time to process each PDF. Is there any way to reduce the time to extract data from PDF.
I have used Extract PDF Page Rang activity. I don’t want to read entire PDF content. I need to read only specific content from PDF. If I use Read PDF activity it is extracting entire PDF content.