@regulaforensics/document-reader
    Preparing search index...

    Class TextResult

    Structure, containing all text data extracted and recognized from the document.

    Index
    availableSourceList: TextSource[]

    List of all available origin source with overall validity status of all text fields of a particular source type.

    comparisonStatus: CheckResult

    Comparison status of all text fields.

    fields: TextField[]

    An array of textual results.

    status: CheckResult

    Textual fields check result.

    validityStatus: CheckResult

    Validity status of all text fields.

    • Allows you to deserialize object.

      Parameters

      • jsonObject: any

      Returns TextResult | null