Enum DocumentAnalysisFeature
Namespace: Glitch9.AIDevKit.Microsoft.Azure.DocumentIntelligence
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public enum DocumentAnalysisFeature
Fields
| Name | Description |
|---|---|
| Barcodes | Enable the detection of barcodes in the document. |
| Formulas | Enable the detection of mathematical expressions in the document. |
| KeyValuePairs | Enable the detection of general key value pairs (form fields) in the document. |
| Languages | Enable the detection of the text content language. |
| OcrHighResolution | Perform OCR at a higher resolution to handle documents with fine print. |
| QueryFields | Enable the extraction of additional fields via the queryFields query parameter. |
| StyleFont | Enable the recognition of various font styles. |