This repository contains .NET 8 libraries and sample applications for Azure intelligent document processing services.
-
Sw.ContentUnderstandinga .NET library for Azure Content Understanding. Includes:- client factory
- custom analyzer administration from JSON
- document analysis from URL or file
-
dotnet/Sw.ContentUnderstanding.SampleSample console app showing end-to-end usage of the Content Understanding library. -
Sw.DocumentIntelligencea .NET library for Azure Document Intelligence. Includes:- client factory
- custom model/classifier administration from JSON
- document analysis from URL or file
-
dotnet/Sw.DocumentIntelligence.SampleSample console app showing end-to-end usage of the Document Intelligence library. -
Sw.CloudStoragea .NET library for Azure Blob Storage access. Includes:- client factory
- connectivity and permissions validation
- blob download as stream or binary payload
- blob URL and read SAS generation for downstream analysis
-
dotnet/README.mdConsolidated setup and usage notes for all .NET libraries in this repository.