providerplaneai
    Preparing search index...

    Function resolveOCRMarkdownHyperlinks

    • Collects hyperlinks from OCR markdown and provider-supplied hyperlink arrays.

      Links are normalized, deduplicated, and returned in discovery order so OCR adapters can preserve useful references without duplicating equivalent URLs.

      Parameters

      • markdown: string

        OCR markdown that may contain explicit or bare links.

      • OptionalproviderHyperlinks: (string | null | undefined)[]

        Provider-native hyperlink values, if any.

      Returns string[] | undefined

      Normalized hyperlinks when any were found.