Hi Harsha, I believe that Tesseract already implements a neural network. In fact it uses a convolutional neural net.
If you download the source and look in the tesseract/neural_networks/runtime and tesseract/cube directories hopefully that can get you started until someone with a more insightful answer comes along, On Saturday, April 11, 2015 at 4:46:29 AM UTC-4, Harsha Jayaweera wrote: > > I'm fairly new to tesseract ocr. > I searched everywhere in the internet to find out how to program tesseract > with NN. but didn't get any clear idea. > > Can someone please tell me/refer me how to code tesseract OCR with NN for > training using c++ wrapper clear and understandable way. > > If one can please show me *simple, trivial example* of how to OCR some > text with c++(sorry i already know this just asked for clarity and to get > intuition) and *then extend it to use artificial neural networks > programmatically* to increase accuracy it would be a great help. > > I'm asking this to get a better understanding about how to program using > NN. i read few tutorials and documentation a bit but still confused how to > do this using c++ and NN. > > If someone can please answer this clearly and guide me through this it > would be a great help. > > Thank You. > > -- 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 http://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/33b99cf8-21fc-48ed-a5a9-e1acfea3faad%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

