Luke Nezda

Results 34 comments of Luke Nezda

Pretty sure I at least tried to try that but I'll try it again tomorrow.

Similar to this I'd like to enable https://github.com/jruby/joni/blob/c1911991387b9c898d09706fa2a878094598c2f9/src/org/joni/Config.java#L41 but it isn't configurable. As an interface, these aren't even fields we can change https://stackoverflow.com/a/11070886/689119 .

In those docs, that variable was a local shell script variable set to `EXTRA_JVM_ARGUMENTS=""` unless `configuration.programs.program.jvmSettings.extraArguments.extraArgument` were present (then it was set to the space concatenation of those), rather than...

oops, didn't run **_all_** the tests - figured out how with https://github.com/mojohaus/appassembler/blob/master/.travis.yml ... fixing

any chance this can get merged?

suppose I gotta make the tests pass again 😎...

@zdenop I downloaded and built the official build and re-ran my test with identical results ``` nezda@my-machine:~/tesseract-4.0.0$ tesseract --version tesseract 4.0.0 leptonica-1.74.1 libgif 5.1.4 : libjpeg 6b (libjpeg-turbo 1.5.1) :...

nice one @amitdo ! ``` nezda@lukes-machina:Downloads$ tesseract --version tesseract 4.1.0 leptonica-1.78.0 libgif 5.1.4 : libjpeg 9d : libpng 1.6.37 : libtiff 4.1.0 : zlib 1.2.11 : libwebp 1.0.3 : libopenjp2...

@amitdo should `paragraph_text_based` be disabled by default?

Sounds like the automated testing around that could use some beefing up. I'd help if you gave some pointers.