We have a requirement where we need to search the documents and give the related text along with the hyperlinks as present in the documents. Using the azure search we are able to get the text but not the hyperlinks associated with that text.
based on the below example, is there a way to get the hyperlink (https://stackoverflow.com) associated with the text when using Azure cognitive services? We need to search documents and return the related text along with the hyperlinks present in the documents.
e.g.
This is a text in the document which we have indexed using azure search.
Output from azure search:
This is a text in the document which we have indexed using azure search.
Saw the text analytics API, but I have not found anything related to the hyperlinks extraction along with the text.