Class MarkdownSummaryWriter

java.lang.Object
org.apache.tika.eval.app.reports.MarkdownSummaryWriter

public class MarkdownSummaryWriter extends Object
Writes a markdown summary of a tika-eval comparison run.

This is designed to be read by both humans and LLMs for fast regression detection. It queries the same temp tables that the xlsx report pipeline creates (exceptions_compared, token_counts_compared, parse_time_compared) so it must be called after the "before" SQL has executed.