Thanks!

Op donderdag 25 mei 2017 06:58:43 UTC+2 schreef [email protected]:
>
> 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/4c971f60-0e74-4dac-870e-23ab95d8922f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to