Console Application
Console application does the following:
- Read key and endpoint for the Azure service from a settings file.
- Create
AzureKeyCredential
andDocumentAnalysisClient
objects using the settings. - Use the client's
AnalyzeDocumentAsync
method to process the image data. - Use the
AnalyzeResult
to retrieve the resulting pages and lines. - Write the results to a text file.
Source code is on GitHub: wmelvin/try-azure-ocr