Hi Tomislav, On Tue, Jul 02, 2013 at 06:47:28PM -0700, Tomislav Rupcic wrote: > I have noticed I get different output for same image when I run tesseract from > python and from cli, can anyone tell me what are the settings for python so it > get the same results ?
This question was asked here recently. Did you search before posting? The cli just uses the API, like any program you would write yourself (using c++, not python in your case, but ultimately it'll be doing the same thing). Take a look at the tesseractmain.cpp to see what it does. Nick -- -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en --- 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]. For more options, visit https://groups.google.com/groups/opt_out.

