Jump to content

Tesseract OCR vs Firebase ML Kit

babadoctor
Go to solution Solved by igormp,

I'd go with ML-kit just because it seems easier to implement.

 

For actual performance, you'd need to test both by yourself since I found no easy way to know if they used the same dataset for training.

Hello

 

I would like to develop an image recognition app for iOS (and later android) that can recognize the text of a street sign.

 

How do I know which library to use?

 

https://pub.dev/packages/tesseract_ocr

This is supposedly developed by google and used in google translate.

https://developers.google.com/ml-kit/vision/text-recognition/ios

This one is made for recognizing street signs.

 

However... I don't know what exactly is the best one.

 

Are these two the same?

 

 

This is what they describe it as on the firebase website:

You can use ML Kit to recognize text in images, such as the text of a street sign.

 

 

Does anyone on this website have any experience with OCR in ios or android apps?

 

 

OFF TOPIC: I suggest every poll from now on to have "**CK EA" option instead of "Other"

Link to comment
Share on other sites

Link to post
Share on other sites

I'd go with ML-kit just because it seems easier to implement.

 

For actual performance, you'd need to test both by yourself since I found no easy way to know if they used the same dataset for training.

FX6300 @ 4.2GHz | Gigabyte GA-78LMT-USB3 R2 | Hyper 212x | 3x 8GB + 1x 4GB @ 1600MHz | Gigabyte 2060 Super | Corsair CX650M | LG 43UK6520PSA
ASUS X550LN | i5 4210u | 12GB
Lenovo N23 Yoga

Link to comment
Share on other sites

Link to post
Share on other sites

4 minutes ago, igormp said:

I'd go with ML-kit just because it seems easier to implement.

 

For actual performance, you'd need to test both by yourself since I found no easy way to know if they used the same dataset for training.

Alright, thanks!

OFF TOPIC: I suggest every poll from now on to have "**CK EA" option instead of "Other"

Link to comment
Share on other sites

Link to post
Share on other sites

  • 1 year later...

I used tesseract many times in the past. Probably the most performant OCR I have ever worked with. I was unaware of a IOS, Android implementation. I just recall it was C++

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×