Nitz
Nitz

Reputation: 1726

Character recognition on direct camera in android?

I just wanted to know that,

As bar-code scanner works in Android. Is that possible to make ocr based application in android which will recognize the characters on the go only..

Means As I start my camera in application, it should start doing its work instead of taking a picture and then recognize...

Thank you in advance.

Upvotes: 1

Views: 2972

Answers (1)

Manos
Manos

Reputation: 2186

You can use OpenCV for Android. For on the fly recognition you can see how BarCodeScanner implements it here

OpenCV4Android

Upvotes: 2

Related Questions