Extract data from PDF using get OCR text

Hi,

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.

Kind Regards,
Renju

Have you tried UiPath.PDF.Activities - “Extract PDF Page Range” or “Read PDF” activity? There is also a “Read PDF with OCR” activity available.

1 Like

Hi,

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.