• Type Parameters

    • T extends Match

    Parameters

    • checkedDocument: string

      Text or HTML of the document (at check time)

    • currentDocument: string

      Text or HTML of the current document

    • matches: T[]
    • inputFormat: InputFormat = 'HTML'

      If checkedDocument is the HTML of the document (at check time) and currentDocument is the extracted text of the current document then you should set inputFormat to 'HTML'.

    Returns AlignedMatch<T>[]