Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 4.83 KB

File metadata and controls

50 lines (41 loc) · 4.83 KB
page_type languages products name description
sample
csharp
azure
azure-cognitive-services
azure-form-recognizer
Azure Form Recognizer samples for .NET
Samples for the Azure.AI.FormRecognizer client library

Azure Form Recognizer client SDK Samples

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

Note: starting with version 4.0.0, a new set of clients were introduced to leverage the newest features of the Document Intelligence service. Please see the Migration Guide for detailed instructions on how to update application code from client library version 3.1.1 or lower to the latest version. Additionally, see the Changelog for more detailed information.

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.
  • General document - Analyze key-value pairs in addition to general layout 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 for client library version 4.0.0 and higher

Advanced samples for client library version 4.0.0 and higher

Samples for client library versions 3.1.1 and lower

Please see the samples here.