-
Tank you for that life saver! This app is dependent on Tesseract. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @rin67630, Python package (pip install normcap)The Python package of NormCap does not include Tesseract, instead it uses the Tesseract version installed on the system. (That's why installing Tesseract is a pre-requisite of installing NormCap as Python package).
Prebuild packages (exe-installer, *.AppImage):In the prebuild packages, Tesseract is shipped together with NormCap. NormCap will always use this shipped Tesseract version, which probably is (a bit) older than the most current one. It is not affected by any other Tesseract installation/updates.
Does this help you? :-) |
Beta Was this translation helpful? Give feedback.
Hi @rin67630,
Updating Tesseract will never update NormCap itself, but NormCap might use the new Tesseract version, depending on which installation type of NormCap you've chosen:
Python package (pip install normcap)
The Python package of NormCap does not include Tesseract, instead it uses the Tesseract version installed on the system. (That's why installing Tesseract is a pre-requisite of installing NormCap as Python package).
tesseract
in the command line).