Vinayak Mehta

Results 185 comments of Vinayak Mehta
trafficstars

If Excalibur is configured with Celery, a worker would have to be running with `$ excalibur worker`. Else all PDFs from the directory would be processed sequentially.

The idea behind a `--rule` option is that a user should be able to download a rule s/he created on a single PDF with the web interface and then re-use...

You'll need to decrypt your file using `qpdf`. An option to specify `password ` was added to the underlying Python library after this https://github.com/socialcopsdev/camelot/issues/162#issuecomment-432040067. So I think it probably makes...

@answerquest This will be a good enhancement, just need to find some time to implement it in camelot.

The `$` acts as a hint on where to run those commands, which are not very long. How does the '```bash' help here?

@sstangl This looks like a bug, let me look into this. There's already a files directory inside the tests folder which contains PDFs for the unit tests. Why do you...

> I would like to add the hand-converted data to a test suite, so that Camelot can learn to parse such files correctly and not regress. Currently, Camelot cannot 'learn'...

Yeah right now Camelot can't group rows together when there are no lines present. Adding support for horizontal line separators on the frontend or trying out ML might be some...