Vinayak Mehta

Results 185 comments of Vinayak Mehta
trafficstars

I was able to get nice results on some images with EasyOCR: https://vinayak.io/2020/09/20/day-29-easyocr-dabblements/ I might try working on a PR to integrate it with the code I mention in the...

> If camelot can offer an entry function that receives a list of words with their bounding boxes coordinates @javiqm12 You can specify table areas and regions with camelot right...

Yep only the lattice flavor uses ghostscript. I'll have to figure out a way to reproduce this issue.

Meanwhile, can you try installing the latest version with `pip install "camelot-py[base]==0.10.1"` and then trying out the `poppler` image conversion backend? Here's a snippet: ``` import camelot tables = camelot.read_pdf("https://camelot-py.readthedocs.io/en/master/_static/pdf/foo.pdf",...

@guet3401 Thanks for the PR! Can you also add a test with a PDF where the code currently fails?

> @selcukusta I think this is more about running multiple pages at the same time rather than speeding up the extraction of a single page. Yes! > But does anyone...

@phoewass That would be awesome if you're still interested!

Can you try with this setting: https://camelot-py.readthedocs.io/en/master/user/advanced.html#detect-short-lines?

@rajasekharponakala What do you mean by MR?