-
ArtifactID: tesseract-platform First attempt at using bytedeco tesseract. When executing (maven) the example below (with own image - attached) the result of the api.GetUTF8Text() is different on Windows (local dev/IntelliJ) vs Linux (Jenkins VM). Windows: "14/03/23\noa\n" https://github.com/bytedeco/javacpp-presets/blob/master/tesseract/samples/BasicExample.java
Is there any config I need to consider when executing on different platforms? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 10 replies
-
Please try again with Tesseract 5.3.0: http://bytedeco.org/builds/ |
Beta Was this translation helpful? Give feedback.
-
Thanks loads. Have added to POM.xml:
Now getting the following runtime error on Win dev VM a the point where it hits
|
Beta Was this translation helpful? Give feedback.
-
Thanks @saudet I have the Dependencies tool installed now. This is the runtime output below. What should be done now to resolve? |
Beta Was this translation helpful? Give feedback.
-
Output @saudet have set property as discussed
|
Beta Was this translation helpful? Give feedback.
-
BTW, did you try to call |
Beta Was this translation helpful? Give feedback.
-
@saudet here's the debug output with
|
Beta Was this translation helpful? Give feedback.
BTW, did you try to call
getString("UTF-8")
instead of justgetString()
?