1

I have a PDF which is having the below data attached as an image. How can I convert it into a tabular format as CSV/excels?

enter image description here

SaQuiB
  • 67
  • 1
  • 7

1 Answers1

0

You should be able to extract the data from the image using OpenCv.
Take a look to this tutorial:
--> https://www.geeksforgeeks.org/text-detection-and-extraction-using-opencv-and-ocr/

Capt.Krusty
  • 597
  • 1
  • 7
  • 26
Clem
  • 2,150
  • 15
  • 17