'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.
Solution 1:[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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | rmtheis |
