I am using tabula-py to extract tables from pdf by providing an exact area, that hold their positions.
tabula-py is using 72 dpi area coordinates with points, but I have 300 dpi pixels coordinates that I have extracted from a trained ML model.
Is there a way to use my area (with 300 dpi pixels locations) on the tabula-py table extraction with their method (read_pdf or convert_into where you pass an area with 72 dpi points coordinates)