Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does google cloud vision OCR support bar code reading?

I'm building an application which utilizes google cloud platform's OCR service. I'm still in progress with it and just wanted to know if this service also detects the bar codes and decode them?

Thanks.

like image 264
Anuj Avatar asked Nov 08 '22 17:11

Anuj


1 Answers

No--requiring users to have a network connection just to read a barcode would be excessive, and too slow. Check out the Google Mobile Vision API instead, which runs on the device.

like image 184
rmtheis Avatar answered Dec 20 '22 17:12

rmtheis