1

I am now currently doing a project on image to text convertion, i have go through various process like canny algorithm and so many, but did not get a solution.Finally i got a video in the following link here

i need exactly the same application now how can i implement this please find me a solution

Ramz
  • 7,116
  • 6
  • 63
  • 88

1 Answers1

1

I believe you want to recognize the characters from a picture, here are some related posts

Is there any free OCR library for Android?

What kind of OCR Java library should I use in Android?

Proof-of-concept word input from camera for Android http://code.google.com/p/wordsnap-ocr/

Community
  • 1
  • 1
user840754
  • 456
  • 3
  • 7
  • its a ndk project right i dont know how t o handle ndk? use full answer thank you – Ramz Apr 13 '12 at 03:28
  • Ten year later Google has native solution for this task https://developers.google.com/ml-kit/vision/text-recognition/v2/android – Gleichmut Aug 31 '23 at 15:41