chezou/tabula-py

How to estimate area? (without webapp)

tarun-msd opened this issue · 1 comments

So I'm trying to pass a region of interest through the area argument in read_pdf(). How do I find these coordinates? I understand the webapp can help me find this, but in a case where I don't have access to it what do I do?

I tried converting the pdf to an image using the pdf2image package to find the area, but I realized the dimensions of the converted image are much larger than that of tabula's estimated pdf dimensions. Is there a way I can convert it into an image that matches the dimensions that tabula reads it in?

TIA.

@tarun-msd this issue was automatically closed because it did not follow the issue template