Does google cloud vision OCR support bar code read

2019-02-19 03:42发布

问题:

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.

回答1:

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.