For 10, it is PSM_SINGLE_CHAR. http://code.google.com/p/tesseract-ocr/source/browse/trunk/ccstruct/publictypes.h
On Wednesday, July 17, 2013 5:28:33 PM UTC-5, Gabriel Paschoal Vicente wrote: > > Hi Guys, > > I am integrating tesseract on my c++ application. > > When i run the command manually I got to choose which module I will use. I > mean which pagesegmode I will use with -psm following by the desired number. > > I see when using tesseract API I need to use SetPageSegMode > > tess.SetPageSegMode(tesseract::PSM_SINGLE_BLOCK) > > But I want to use pagemode 10 (Treat the image as a single character ). > What would be the equivalent of pagemode 10 so I can use it on my program? > I don't think PSM_SINGLE_BLOCK is for mode 10 > > > -- -- 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.

