Reputation: 101
I want to create an Azure Function that gets triggered anytime a file is uploaded to blob storage and extracts the text of a PDF file. I don't know what would be the best library to use either.
I found this post that shows how to use PdfSharp to extract the text of a PDF file but I can't seem to get it working since It's my first time using Azure Functions.
Upvotes: 1
Views: 2577
Reputation: 7686
This question is overly broad and will probably be closed as such. But here are some pointers.
Upvotes: 1