Selective data reading from python using pdfminer or any other library

40 Views Asked by At

one of the pages of a pdf file which consists of 727 pages from which I have to read the data:

one of the pages of a pdf file which consists of 727 pages from which I have to read the data

I want to read the data marked within the red rectangle using pdfminer in python

is there any specific parameter or function

or should I use another library? if yes then can you please mention it with the required function

please keep in mind that there are multiple pages like this in the actual file which I have to read and cropping them individually is not an option and the process needs to be automated.

0

There are 0 best solutions below