i'm working a project that a similar to the OCR in .net.it need segmentation a object[0-9,a-z] from the image before continuing to process.i wrote a some code to detecting text but it doesn't accurate work when a more letter or number appears link together.
the below an image to segmentation.

and a result image shown below that implemented a Connected Component Labeling algorithm.



i need segment a '449' to a '4','4','9'.
someone can give me a suggestion?i am not use a opencv and a tesseract project.thanks.