'using pdf files and their metadata for Azure cognitive search

I'm uploading hundreds of PDF files into blob storage to be used in Azure cognitive search. I would like the user to be able to get the title and author of these PDF files on top of their search results. I'm not sure how the metadata for these PDF files (e.g., 'author', 'date', 'title') can be added (e.g., as a json file) to the blob storage. Any advice would be appreciated. Thanks



Solution 1:[1]

I'm from the Microsoft for Founders Hub team. Azure blob storage has blob properties and metadata built into it! You can view and add metadata through various tools including the Azure Portal, CLI, PowerShell, or the REST API. To learn more, here's a great area to get started:

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 Jeremy Caney