You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on this extremely complex problem where almost everything is variable. My final solution is, converting pdf to image, getting table coordinates from image with table-transformers and using those coordinates to get table from PDF and read PDF table with camelot.
Now issue is, I am getting box coordinates from image but they are not same as PDF coordinates and hence I cannot box-out table.
Note: I am using pdf2image for converting PDF to image.
Thanks
The text was updated successfully, but these errors were encountered:
I am working on this extremely complex problem where almost everything is variable. My final solution is, converting pdf to image, getting table coordinates from image with table-transformers and using those coordinates to get table from PDF and read PDF table with camelot.
Now issue is, I am getting box coordinates from image but they are not same as PDF coordinates and hence I cannot box-out table.
Note: I am using
pdf2image
for converting PDF to image.Thanks
The text was updated successfully, but these errors were encountered: