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.