I'm having some issues using the maven version of Tess4J.
I've created a new project, added the tess4j maven dependency. 3.2.1
And tried to run the example code from the website and I get the following error:
"Input not set!" means you have not set the input image file. It's most likely that the file does not exist at the specified location. Substituting with a full path will help you debug the issue better.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have the following scenario: Springboot application embeding Tess4J to run Tesseract OCR engine. Environment: VM in GCP running Linux (pending choosing the best distribution).
* 2 GPU's available.
I'd like to know if there is already a version of Tess4J compiled with OpenCL to make use of available GPU's or
... How can I build Tesseract OCR engine with OpenCL to use GPU's or
... Do I have any other options to use GPU's
GPU = NVIDIA GPGPU
... please?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Team,
I'm having some issues using the maven version of Tess4J.
I've created a new project, added the tess4j maven dependency. 3.2.1
And tried to run the example code from the website and I get the following error:
Sample code:
Pom.xml
Any help would be greatly appreciated
"Input not set!" means you have not set the input image file. It's most likely that the file does not exist at the specified location. Substituting with a full path will help you debug the issue better.
Hi I am able to run the java code with tesseract with below code in eclipse.
But when i make a jar file out of this and run it in Oracle forms it gives below error. kindly advice.
Last edit: Quan Nguyen 2019-12-20
You should not put your sample image in Java installation folder. Anyway, you need to verify the input file exist at the specified location.
Last edit: Quan Nguyen 2019-12-20
Hi Team,
I have the following scenario:
Springboot application embeding Tess4J to run Tesseract OCR engine.
Environment: VM in GCP running Linux (pending choosing the best distribution).
* 2 GPU's available.
I'd like to know if there is already a version of Tess4J compiled with OpenCL to make use of available GPU's or
... How can I build Tesseract OCR engine with OpenCL to use GPU's or
... Do I have any other options to use GPU's
GPU = NVIDIA GPGPU
... please?