0
Good Afternoon, I’m at the beginning of a project. This consists of reading the barcode and identifying at least the main features of the product, such as name, brand and photo illustrative. In some searches and tests I noticed that when identifying the barcode and searching it in Google in almost 100% of I get such features successfully. How can I absorb them for my application?
For barcode reading, use a
library
: https://github.com/dm77/barcodescanner | For Google search, please use the Custom Search by Google API– Valdeir Psr
Thanks, already showed me a way. I’m researching a little more here and gradually understanding how it will work.
– user86375