I've trained an Azure LUIS service model that takes sentences as an input, extracts the key information, and give back the JSON response.
It's working fine for short sentences, now I want it to take a document (PDF, DOCX) and analyze all of the pages and then extract the required information (like StartingDate, EndingDate, CompanyName, etc.). is it possible to do that with any addition?
OR any guidance on how could I analyze the whole document and extract key information.
Any kind of information would be appreciated! Thank you