0

Possible Duplicate:
Custom Character recognition for android

I have some camera shots which contains mainly text. I want to convert them to a string format. Can anybody suggest a solution for it? Is there any external library available for android?

Community
  • 1
  • 1
pradip
  • 185
  • 1
  • 3
  • 11
  • This question has been flagged as a duplicate of http://stackoverflow.com/q/2371107/808940. Please use the search to avoid creating duplicate questions. – Moog Sep 12 '11 at 13:19
  • Have you tried google goggles? – Moog Sep 12 '11 at 13:34

2 Answers2

1

You can use the google docs OCR reader.

richardwiden
  • 1,584
  • 2
  • 12
  • 22
0

You are looking for an OCR library for Android.

Please refer to Is there any free OCR library for Android?

Community
  • 1
  • 1
Moog
  • 10,193
  • 2
  • 40
  • 66