On Monday, February 29, 2016 at 5:46:22 AM UTC-5, Gunasekaran Velu wrote: > > > I have multiple page document some pages are normal page some pages or 90 > degree rotated. > > How i check that(90 degree) or how can i get the orientation value for > particular page then only i can rotate the page for OCR process. >
If you use -psm 1, Tesseract will attempt to figure out the page orientation. If you use -psm 0, it'll output just the orientation information for you, but, if it gets it correct, it should be able to use it itself without you having to rotate the pages yourself. Tom -- 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/25fbabac-220b-4809-8ccd-35909152c66f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

