Nozomi Ito
Nozomi Ito
+1. I want to download this library from maven central ! Is there any plan to support maven repository? Is there anything I can do?
For workaround, I tried using this jar in both maven "system" scope and "test" scope since this local jar file is used only in test code. But I can't do...
Thank you. I tried it with your advice and [this article](https://devcenter.heroku.com/articles/local-maven-dependencies), but dependency is not resolved.. I tried ``` xml local-repository file://${project.basedir}/libs ``` and ``` xml local-repository file:${project.basedir}/libs ``` my...
Yes, I added that dependency.
@simonflueckiger Thanks for your great work! Has the source code used for the whl already been merged to the tesserocr master? If not merged yet, could you merge it? I...
@simonflueckiger Thanks. I've already found your source code by myself and compiled it. I could compile with Python3.5 and tesseract4 by using pvt.cppan.demo.google.tesseract.tesseract-master and -DUSE_STD_NAMESPACE by teaking your code a...