Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 3.59 KB

File metadata and controls

38 lines (32 loc) · 3.59 KB
page_type languages products name description
sample
csharp
azure
azure-cognitive-services
azure-form-recognizer
Azure Document Intelligence samples for .NET
Samples for the Azure.AI.DocumentIntelligence client library

Azure Document Intelligence client SDK Samples

Note: on July 2023, the Azure Cognitive Services Form Recognizer service was renamed to Azure AI Document Intelligence. Any mentions of Form Recognizer or Document Intelligence in documentation refer to the same Azure service.

Azure AI Document Intelligence is a cloud service that uses machine learning to analyze text and structured data from your documents. It includes the following main features:

  • Layout - Extract text, selection marks, table structures, styles, and paragraphs, along with their bounding region coordinates from documents.
  • Read - Read information about textual elements, such as page words and lines in addition to text language information.
  • Prebuilt - Analyze data from certain types of common documents using prebuilt models. Supported documents include receipts, invoices, business cards, identity documents, vaccination cards, US W2 tax forms, and US health insurance cards.
  • Custom analysis - Build custom document models to analyze text, field values, selection marks, table structures, styles, and paragraphs from documents. Custom models are built with your own data, so they're tailored to your documents.
  • Custom classification - Build custom classifier models that combine layout and language features to accurately detect and identify documents you process within your application.

Common scenarios samples

Advanced samples