Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table detection in images #4

Open
saanvib13 opened this issue Apr 26, 2024 · 0 comments
Open

Table detection in images #4

saanvib13 opened this issue Apr 26, 2024 · 0 comments

Comments

@saanvib13
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant