Package version:

Variable FormRecognizerFeature

FormRecognizerFeature: {
    Barcodes: "barcodes";
    Fonts: "styleFont";
    Formulas: "formulas";
    KeyValuePairs: "keyValuePairs";
    Languages: "languages";
    OcrHighResolution: "ocrHighResolution";
}

Known feature flags supported by the Form Recognizer clients.

Type declaration

  • Readonly Barcodes: "barcodes"

    Enables the detection of barcodes in the document.

  • Readonly Fonts: "styleFont"

    Enables extracting extra font information.

  • Readonly Formulas: "formulas"

    Enables the detection of mathematical expressions in the document..

  • Readonly KeyValuePairs: "keyValuePairs"

    Enables the detection of general key value pairs (form fields) in the document.

  • Readonly Languages: "languages"

    Enables the detection of the text content language.

  • Readonly OcrHighResolution: "ocrHighResolution"

    Enables high-resolution processing for documents with small text.

Generated using TypeDoc