What is the typical method to separate connected letters in a word using OCR

Posted by Maysam on Stack Overflow See other posts from Stack Overflow or by Maysam
Published on 2010-04-14T09:14:20Z Indexed on 2010/04/14 9:33 UTC
Read the original article Hit count: 250

Filed under:
|
|
|
|

I am very new to OCR and almost know nothing about the algorithms used to recognize words. I am just getting familiar to that.

Could anybody please advise on the typical method used to recognize and separate individual characters in connected form (I mean in a word where all letters are linked together)? Forget about handwriting, supposing the letters are connected together using a known font, what is the best method to determine each individual character in a word? When characters are written separately there is no problem, but when they are joined together, we should know where every single character starts and ends in order to go to the next step and match them individually with a letter. Is there any known algorithm for that?

© Stack Overflow or respective owner

Related posts about ocr

Related posts about algorithm