0

I have a image with text on top of it. I need to extract the text from the image.

For example: Consider i have a image and on top of the image i have a LOGO "NOKIA". I would like to extract the logo as a text from the image.

Raghunandan
  • 132,755
  • 26
  • 225
  • 256
Gowtham Kumar
  • 534
  • 8
  • 22

2 Answers2

1

I am not sure what you mean get text from imageview. I assume you want to extract text on a image in android. To do that you require a OCR- Optical Character recognizer.

I suggest have look at this link Is there any free OCR library for Android?.

Also download this and modify the same according to your needs. https://github.com/GautamGupta/Simple-Android-OCR.

Android OCR using tess-two a fork of tesseract.

https://github.com/smart-mobile-software/ocrapiservice.

Community
  • 1
  • 1
Raghunandan
  • 132,755
  • 26
  • 225
  • 256
  • hi @Raghunandan Am asking that ...i have an `ImageView` in that image i have some text.For example:i have logo of the nokia,from that logo i have to get the "NOKIA" to `TextView` ..this is my doubt is this possible ? – Gowtham Kumar Mar 11 '13 at 07:00
  • Yes it is possible. Use any open source OCR libraries to achieve your goal. try the links above. – Raghunandan Mar 11 '13 at 07:08
  • Thank you @Raghunandan ... It will helpful for me ! – Gowtham Kumar Mar 11 '13 at 07:14
0

It's an image. so you can try android OCR.

https://github.com/rmtheis/android-ocr

http://code.google.com/p/mobileocr/source/browse/#svn%2Ftrunk