You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.
On Void Linux, the tesseract binary resides at /usr/bin/tesseract-ocr due to a naming conflict with the game Tesseract. It would be nice if the paths to the OCR engine could be explicitly specified, e.g. via a command line option, environment variable, or configuration file.
I considered using the Tesseract API (maybe through tesserocr), instead of using the CLI, which would would render the executable setting meaningless.
But realistically, the switch to API is unlikely to happen in the foreseeable future.
Yes, -X executable=… (and other -X goodies) should be documented.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Overview
On Void Linux, the tesseract binary resides at
/usr/bin/tesseract-ocr
due to a naming conflict with the game Tesseract. It would be nice if the paths to the OCR engine could be explicitly specified, e.g. via a command line option, environment variable, or configuration file.Version Information
Comments
For the moment, I am hacking around this issue by packing ocrodjvu on my distro with the following patch:
The text was updated successfully, but these errors were encountered: