We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm looking to optimise my java application using this library to wrap around tesseract.
Is it possible to build the jar with an opencl enable tesseract?
Or is it already enabled?
The text was updated successfully, but these errors were encountered:
Sure, add the appropriate flag in the cppbuild.sh file, rebuild, and it should work!
cppbuild.sh
And please send a pull request if you'd like to make a contribution! Thank you
Sorry, something went wrong.
The instructions to enable GPU support are available here: https://github.com/tesseract-ocr/tesseract/wiki/TesseractOpenCL
No branches or pull requests
I'm looking to optimise my java application using this library to wrap around tesseract.
Is it possible to build the jar with an opencl enable tesseract?
Or is it already enabled?
The text was updated successfully, but these errors were encountered: