Recognise text from Bitmap
-
Hi friends I would like to learn how to recognise text from a bitmap.Suppose a bitmap created in Mspaint , contains word(its also a part of bitmap) "IS" . I want to recognise this word as "IS" .. Anybody have any idea , any good links .. pls help .. Best Regards Krishadevan.k If u can Dream... U can Do it..
-
Hi friends I would like to learn how to recognise text from a bitmap.Suppose a bitmap created in Mspaint , contains word(its also a part of bitmap) "IS" . I want to recognise this word as "IS" .. Anybody have any idea , any good links .. pls help .. Best Regards Krishadevan.k If u can Dream... U can Do it..
Try searching on OCR or Optical Character Recognition. I'm sure you will find a lot of work on this subject. Ant. I'm hard, yet soft.
I'm coloured, yet clear.
I'm fuity and sweet.
I'm jelly, what am I? Muse on it further, I shall return! - David Williams (Little Britain) -
Hi friends I would like to learn how to recognise text from a bitmap.Suppose a bitmap created in Mspaint , contains word(its also a part of bitmap) "IS" . I want to recognise this word as "IS" .. Anybody have any idea , any good links .. pls help .. Best Regards Krishadevan.k If u can Dream... U can Do it..
One way to implement OCR is using a Feed-Forward Multilayer Perceptron Network that implements the Backpropagation learning algorithm... There is a lot of this stuff on the internet, too. "Needless redundancy is the hobgoblin of software engineering." - Peter Darnell