Replies: 1 comment 2 replies
-
Since tabula-java doesn't support image-based PDF, so does tabula-py. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a couple of images and I want to detect tables in them. I am using the tabula library for the same. Since tabula works with pdfs, I am converting a set images to a pdf and then executing the tabula library on it. However, the library is unable to detect the tables in the converted pdf. What could be the reason behind it and are there any other alternatives to make this work? I also tried using the paddleocr library but it does not natively support batch processing. What can be done to process multiple images simultaneously on the GPU so as to detect tables in them?
Beta Was this translation helpful? Give feedback.
All reactions