My question may be trivial, but I'm new to the whole oss thing and I want to make sure I don't violate the license in any way.
I wrote a simple python script using pytesseract, so the tesseract executable is required in order to run the script. I wonder if I'm allowed to distribute the tesseract exe together with my script, and if so, how to credit it appropriately. Also, is this the best practice? What is usually done when a script/app require tesseract to run? do you bundle the exe with the app, or are there other, better solutions to handle this dependency?
Thanks!