-1
I want to implement functionality for text recognition vertical in Android. Please suggest best possible way.

Text of image like this 


A
B
C
D
E

Output like this:
ABCDE
  • can you show me your work which you can for this functionality ? – niceumang May 16 '19 at 06:02
  • I didn't implement any functionality yet. I am looking for text recognize library which should be open source. please suggest me best possible way @Niceumang – Bhavik Pokar May 16 '19 at 06:06

1 Answers1

0

You can use the Firebase for this follow the given below link, will helpful for you happy coding

https://codelabs.developers.google.com/codelabs/mlkit-android/#0

Imran khan
  • 123
  • 1
  • 12