you can import your python programm in other python scripts via the 
'import' keyword, run it in ipython via '%run YOURPROGRAMM' or run it on 
terminal with 'python YOURPROGRAMM'. to satisfy dependencies like the 
tesseract engine there are many options, heavily depending on what 
operating system you are using and on what operating system you want to 
deploy your program.on linux it might be a good approach to create a 
repository package for your distribution that has the tesseract engine ( 
including the exact version ) as a dependency so it gets pulled during the 
package installation.

On Monday, May 1, 2017 at 12:39:14 PM UTC+2, Tntpker wrote:
>
> Hello, would anyone here know how I´d be able to distribute a python 
> program using pytesseract module? Would I  need to have some install wizard 
> to let the user install the tesseract engine manually? Thanks in advance.
>

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/fa55ac60-4455-4bab-ae0a-d633e2bcc11a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to