I can see that the pipeline is like: Input image (Color) -> Adaptive Thresholding (Binary) -> OCR Algorithm (which contains many steps basically)
But, in baseapi.cpp, I can see there is a line of code (in method void TessBaseAPI::Threshold(Pix** pix)), which sets the gray scale image as follows : tesseract_->set_pix_grey(thresholder_->GetPixRectGrey()); Can someone please tell me, what is the use of this gray-scale image ? Has Thesholding got something to do with this gray-scale image ? Thanks, Sai -- -- 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.

