On Monday, April 25, 2016 at 6:46:30 AM UTC-4, Charles Fernando wrote: > > I m trying to build an application which will detect text from a scene > in real time for my Bsc final year project. Does anyone know how get > started with this. ?? >
The simplest approach would be to use Google's Vision API <https://cloud.google.com/vision/>(still in beta, I think). There are also the resources listed at: http://lmgtfy.com/?q=detect+text+in+natural+scene OpenCV has an implementation using Class-specific Extremal Regions http://docs.opencv.org/3.0-beta/modules/text/doc/erfilter.html Pretty much anything that cites the original Microsoft Research paper on the Stroke Width Transform is probably relevant: https://scholar.google.com/scholar?safe=off&biw=1440&bih=899&bav=on.2,or.r_cp.&um=1&ie=UTF-8&lr&cites=1401853781188243977 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/12f304e8-fbb8-4599-8c73-85c4722ecdc6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

