Scanned pdf data extraction 1

This is the scanned pdf and i want to extract the given table into excel or csv . through data extraction i m not able to acheive this , can anyone give me a flow on how to do this ?

Hi,

Mainly there are 2 approaches to achieve this. Can you try either of the following?

  1. Use ReadPDFwithOCR activity then extract necessary data using string manipulation (regex etc)
  1. Try Document Understanding framework.

Regards,