@SaiKrishna-5463 Thanks for the question, Can you please add more details about the bar-code generator that you are using. you can use OpenCV and Zxingto decode bar code and will able to get pretty much all the data in structured format using this.The Zbar, Zxing,Qaggajs open source readers that you can explore. Typically, QR code scanner used, displaying the code and converting it to some useful form (such as a standard URL for a website, thereby obviating the need for a user to type it into a web browser).
Barcode generator integration with chatbot
Sai Krishna
6
Reputation points
Hi All- Please excuse me for my naive question. I would like to integrate barcode generator to get barcode as a response in QnA Maker? Can someone help me how I can integrate a barcode generator in qnamaker? I would like to also scan the generated barcode from the response on mobile device. Please advise.
Thanks-Sk
2 answers
Sort by: Most helpful
-
-
Evgeny Grishchenko 486 Reputation points
2020-09-07T14:20:23.03+00:00 Currently the way to go is your own bot, which consumes QnA Maker service. Part of this bot's functionality would be QR code generation and recognition.