Barcode generator integration with chatbot

Sai Krishna 6 Reputation points
2020-07-21T21:55:13.347+00:00

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

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,373 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. Ramr-msft 17,616 Reputation points
    2020-07-22T14:30:38.393+00:00

    @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).


  2. 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.

    0 comments No comments