how to classify Devanagari character for OCR??

1 view (last 30 days)
i m doing project on OCR for devanagari character, after feature extraction m in confusion for choosing correct classifier and unable to code it. pz help me...

Answers (1)

Image Analyst
Image Analyst on 12 Mar 2015
See section 23.4.8.1 here: http://www.visionbib.com/bibliography/contentschar.html#OCR,%20Document%20Analysis%20and%20Character%20Recognition%20Systems for algorithms. None of those successful algorithms that are published are built in to MATLAB at a high level. You'll have to implement them from lower level functions. Since that will likely be a lot of work, way more than a few minutes, we can't help you with that, but I've shown you where the answers are, and they're there ready for you to implement.
23.4.8 Other Character Sets
23.4.8.1 Devanagari, Indic, Hindi, Hindu, Bangla, Bengali, Telugu, Characters
23.4.8.2 Arabic Character Recognition
23.4.8.3 Arabic Recognition, Word Level, Word Spotting
23.4.8.4 Farsi, Persian Character Recognition

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!