run

fun run(input: JsonNode, fingerprintConfig: FingerprintConfig? = null): Map<String, Any>

Runs the fingerprinting process on the input data using the provided configuration.

Return

A map containing the output of the fingerprinting process.

Parameters

input

The input data in JsonNode format.

fingerprintConfig

The configuration for fingerprinting.