Aki Ariga

Results 31 comments of Aki Ariga

Please let me in further as an author of tabula-py. [[ref](https://github.com/chezou/tabula-py/issues/117)] @jscottNRG wants to use both `-c` and `-l` options at once as follows: ``` $ java -jar tabula-1.0.2-jar-with-dependencies.jar -a...

Just FYI, [PDFPlumber has separated configurations](https://github.com/jsvine/pdfplumber#table-extraction-strategies) for vertical and horizontal table extraction. I know the implementation of tabula-java could be different, but I guess there is some way to approach...

@rusosnith JFYI, Python wrapper has the feature https://tabula-py.readthedocs.io/en/latest/tabula.html

Made a further investigation and this error came from pdfbox, which tabula-java depends on. So, it'd be better to raise an issue on PDFBox. ``` java -jar pdfbox-app-2.0.18.jar ExtractText Testing.pdf...

Is this the right place to issue? I mean here is the repo of MeCab, not LASER. I guess it’d be better to ask at LASER issue. The standard installation...

I'm not sure the exact timing of caching, though, I'd add `timeout` on travis.yml.

Same issue has been started from this September https://github.com/travis-ci/travis-ci/issues/10108

Per this discussion https://github.com/travis-ci/travis-ci/issues/10108, it seems Apache snapshot repo server changed their policy and it eventually blocks travis-ci jobs. I don't know it's a travis issue or Apache server's one.

I'm afraid if this code is deprecated, but I believe there are some people who fork and create python3 version :)